From 6dd3ffe81fa79e222bb7f8e89188fbb2a886076b Mon Sep 17 00:00:00 2001 From: ePirat Date: Mon, 14 Jan 2013 14:01:32 -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 6ba3337..e6c51a1 100644 --- a/Plugins.md +++ b/Plugins.md @@ -2,7 +2,9 @@ This are example plugins to get you started. Save the code in a file `~/Library/ 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. +Since OS X 10.7 Lion, the `~/Library/` folder is hidden by default. If you want to save your own CSS file, open the Finder and choose `Go To` → `Go to folder…` and enter `~/Library/Application Support/`, there you can create the Folder `Tentia`, if it doesn't exist and copy the plugin file there. + +An alternative is to make the `~/Library` 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.