From ce4fb8b40e4810baa601f80083e971396db44871 Mon Sep 17 00:00:00 2001 From: poweruser82 Date: Tue, 27 Nov 2012 16:00:56 -0800 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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