diff --git a/Plugins.md b/Plugins.md index 5a95de2..2de2517 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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; - } + } \ No newline at end of file