= Adds an Editor's Guide link to the metanav bar = == Description == Editor's Guide navigation item plugin for Trac. Plugin adds extra navigation item to '''metanav'''. This is a link to Editor's Guide, which is visible only for users who have permission to edit wiki pages. == Bugs/Feature Requests == Existing bugs and feature requests for EditorGuidePlugin are [report:9?COMPONENT=EditorGuidePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=EditorGuidePlugin&owner=rudyryk new ticket]. == Download == Download the zipped source from [download:editorguideplugin here]. == Installation == 1. Run: python setup.py compile_catalog -f ('''only for Trac 0.12''') 2. Run: python setup.py bdist_egg 3. If necessary create a folder called "plugins" in your Trac environment. 4. Copy the .egg file from the dist folder created by step 1 into the "plugins" directory of your Trac environment. == Configuration == If necessary, edit trac.ini section as in the example below. By default item links to page !EditorGuide. {{{ [editorguide] page = MyEditorGuide }}} == Source == You can check out EditorGuidePlugin from [http://trac-hacks.org/svn/editorguideplugin here] using Subversion, or [source:editorguideplugin browse the source] with Trac. == Example == Just install plugin and you'll see Editor's Guide item in metanav. == Recent Changes == [[ChangeLog(editorguideplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:rudyryk] [[BR]] '''Contributors:'''