Updated Plugins (markdown)

ePirat 2013-01-14 14:01:32 -08:00
parent 43977678c5
commit 6dd3ffe81f

@ -2,7 +2,9 @@ This are example plugins to get you started. Save the code in a file `~/Library/
You can add CSS too, create the file `~/Library/Application Support/Tentia/Plugin.css` where you can put your personal CSS. You can add CSS too, create the file `~/Library/Application Support/Tentia/Plugin.css` where you can put your personal CSS.
Since OS X 10.7 Lion, the `~/Library/` folder is hidden by default. If you want to save your own CSS file, you have to make the folder visible. To do this, open the Terminal and type in `chflags nohidden ~/Library/`. This will show the Library folder in the finder. If you want to remove the folder from the finder, you have to open the Terminal again and type in `chflags hidden ~/Library/` and the folder is gone. Since OS X 10.7 Lion, the `~/Library/` folder is hidden by default. If you want to save your own CSS file, open the Finder and choose `Go To` → `Go to folder…` and enter `~/Library/Application Support/`, there you can create the Folder `Tentia`, if it doesn't exist and copy the plugin file there.
An alternative is to make the `~/Library` folder visible. To do this, open the Terminal and type in `chflags nohidden ~/Library/`. This will show the Library folder in the finder. If you want to remove the folder from the finder, you have to open the Terminal again and type in `chflags hidden ~/Library/` and the folder is gone.
To ease plugins development you can enable WebKit inspector for Tent windows using executing this command in a Terminal window: `defaults write nu.jabs.apps.tentia WebKitDeveloperExtras -bool YES`. To ease plugins development you can enable WebKit inspector for Tent windows using executing this command in a Terminal window: `defaults write nu.jabs.apps.tentia WebKitDeveloperExtras -bool YES`.
To open the inspector, right click on the view and choose `Inspect Element` from the contextual menu. To open the inspector, right click on the view and choose `Inspect Element` from the contextual menu.