From 07572b75c909d404e11527628226f863f90a1ea4 Mon Sep 17 00:00:00 2001 From: Cacauu Date: Sun, 30 Dec 2012 06:24:17 -0800 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 15d394e..2a71d58 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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; } -``` +``` \ No newline at end of file