Wiki sidebar toc plugin usage?
Added by FLX _ about 14 years ago
I've been trying to use the following plugin: https://github.com/lest/redmine_wiki_sidebar_toc
It's supposed to adds table of contents to the sidebar on wiki pages, but appears it doesn't do anything for trunk (1.0.4.devel.4523)
The documentation doesn't tell me on how to use it, does someone know how this works?
Thank,
Dennis
Replies (7)
RE: Wiki sidebar toc plugin usage? - Added by Noriaki OSANAI almost 13 years ago
It should work with no settings, but it seem to not work with recent redmine (1.1 or later).
So I've fixed to work with recent redmine.
Please try the latest one.
RE: Wiki sidebar toc plugin usage? - Added by Joseph ARACIC almost 13 years ago
I Just installed the latest one on redmine 1.3 and nothing appears...
Any tips or procedure ?
RE: Wiki sidebar toc plugin usage? - Added by Joseph ARACIC almost 13 years ago
Joseph ARACIC wrote:
I Just installed the latest one on redmine 1.3 and nothing appears...
Any tips or procedure ?
Sorry, it works.. but not completely because nothing appears in TOC if headers in the wiki are links to a wiki page...
RE: Wiki sidebar toc plugin usage? - Added by Noriaki OSANAI almost 13 years ago
Sorry, it works.. but not completely because nothing appears in TOC if headers in the wiki are links to a wiki page...
Are there 2 or more headers in that wiki page?
When there is only one header in wiki page, nothing appears in sidebar.
RE: Wiki sidebar toc plugin usage? - Added by Joseph ARACIC almost 13 years ago
Noriaki OSANAI wrote:
Sorry, it works.. but not completely because nothing appears in TOC if headers in the wiki are links to a wiki page...
Are there 2 or more headers in that wiki page?
When there is only one header in wiki page, nothing appears in sidebar.
I made a new test, and it is not the exact bug circumstances :
the test:
h1. TestToc h2. test1 h2. [[test2]] h2. test3 h2. prefix [[test4]] h2. test5
the result:
testtoc.png (116 KB) testtoc.png |
RE: Wiki sidebar toc plugin usage? - Added by Noriaki OSANAI almost 13 years ago
I got it.
It's a problem in process to pick up headers from contents.
I'll try to fix it.
RE: Wiki sidebar toc plugin usage? - Added by Noriaki OSANAI over 12 years ago
I fixed it on my repository ( https://github.com/snnrk/redmine_wiki_sidebar_toc ).
And I've also sent pull request to original repository.