Updated Plugins (markdown)

Cacauu 2012-12-30 06:24:17 -08:00
parent efc825fa18
commit 07572b75c9

@ -2,6 +2,8 @@ This is a example plugin to get you started. It removes posts which contain one
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.
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.
@ -77,4 +79,4 @@ Better readability on big resolutions screens (css)
ol li .message {
font-size: 1.5em;
}
```
```