Skip to content

Instantly share code, notes, and snippets.

View the-coding-owl's full-sized avatar
🦉
owl you need is code

Kevin Ditscheid the-coding-owl

🦉
owl you need is code
View GitHub Profile
Computer Information:
Manufacturer: LENOVO
Model: LNVNB161216
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen 7 5800H with Radeon Graphics
CPU Family: 0x19
#!/bin/bash
php -dxdebug.idekey=netbeans-xdebug -dxdebug.remote_autostart=On -f "$1" $2 $3 $4 $5 $6 $7 $8 $9
@the-coding-owl
the-coding-owl / TYPO3 Dropbox Client Extension
Created July 30, 2017 21:41
A Dropbox client for TYPO3 CMS that uses the Dropbox APIv2
The Idea being a client extension for TYPO3 that provides all the functionality the Dropbox API provides as a FAL driver for TYPO3.
This project could be devided into multiple parts:
1) Providing a basic extension, basically an update of the aus_driver_dropbox extension from TER, that uses the new Dropbox APIv2. It should provide reading and writing to a Dropbox folder, specified in the storage record.
2) Add advanced functionality like sharing folders to the filelist interface
The autocompletion of ViewHelpers in Fluid templates in Netbeans is not working properly and the ways of integrating the xmlns:f namespace are too damn difficult and often do not work for me.
I recently stumbled accross the customs.json, in which one can define new HTML-Elements and their attributes. I think this can be build uppon for creating a customs.json, that can give an autocompletion mechanism for fluid templates.
There should be 3 steps of integrating this feature:
1. Build a static customs.json file that can be put into the nbproject-folder of a Fluid project
2. Automate the creation of such customs.json by reading the ViewHelpers-folder of each extension of a fluid template
3. Generate a Netbeans-plugin out of step 2
To make the plugin be of flawless integration, I may provide an "on the fly" generation of the customs.json via the Fluid.SchemaGenerator.