Updated Plugins (markdown)

poweruser82 2012-11-27 16:00:56 -08:00
parent 5c6bac24a6
commit ce4fb8b40e

@ -2,6 +2,9 @@ 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.
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.
***
## Hide posts with stopwords plugin
@ -50,4 +53,4 @@ And add this to your CSS plugin file.
.selected {
border-right: 5px solid green;
}
}