uparrow plugin by Michael Klier
This simple plugin shows an arrow-image which links to the top of the current page
Last updated on 2009-02-21. Provides Syntax, Action.
Compatible with DokuWiki > 2009-02-14, 2008-05-05.
| Download | plugin-uparrow.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-uparrow |
Support the ongoing development of DokuWiki Plugins and Templates and buy me a coffee
(Suggested: 3€ for a regular or 5€ for big latte with caramel).
Download the tarball and unpack it into <dokuwiki>lib/plugins. The folder will contain:
You can install the plugin via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-uparrow.git uparrow
You can choose which image to use by putting it into <dokuwiki>lib/plugins/uparrow/images and changing the image name in the configuration manager. The plugin comes with 3 default images. You can also configure the plugin to automatically add an up link after each section (NOTE: this could take a while on really large pages, but it only happens when the instructions of a page are regenerated and cached again, normally after an edit occurs or you use &purge. If you activate this option you should invalidate the cache of the wiki to make the changes apply!).
| image | name |
|---|---|
| tango-big.png |
| tango-medium.png |
| tango-small.png |
~~UP~~
You can see the plugin in action here.
A complete changelog is available here