dokuwiki, javascript, jquery

Dokuwiki jQuery Tags

02.24.09 | Comment?

[[DOWNLOAD]]

To use it, extract the tarball inside DokuWiki plugins directory

/lib/plugins/

Requires: pagelist, tag, jquery

This is the first plugin that uses jQuery within DokuWiki.
It’s raw but it has a great potential.
Its goal is not to create a rich text editor for DokuWiki… there are plugins that try to bypass wiki syntax.
Its goal is to help the user with some given syntax plugin (tag, discussion etc).

Original syntax is

{{tag>tag1, tag2, tag3}}

My plugin helps the user with an input textfield that adds tags (comma separated).

On loading, the js detects the tags block (I suppose there is just one
block) and it places the block inside the input field (without {{tag>}}).

On saving, the js reads the value from the input and it places the
value at the end of the source as

{{tag>TAG1, TAG2, TAG3}}

… and now? UI?

Popularity: 2% [?]

Post a Comment

Your email is never shared. Required fields are marked *

*
*