====== Navpath Plugin ====== ---- plugin ---- description: Create a navigation path in DokuWiki like "First > Second > Third" author : ABAPCoder email : olaf.steinicke@ascilium.com type : syntax, formatting lastupdate : 2021-03-26 compatible : Hogfather depends : conflicts : similar : tags : menu, navigation, path downloadurl: https://github.com/XcodeJunkie/navpath/archive/refs/heads/master.zip bugtracker : sourcerepo : https://github.com/XcodeJunkie/navpath donationurl: screenshot_img : https://user-images.githubusercontent.com/1081835/112643095-474bc380-8e44-11eb-9b3c-667e3dafec31.png ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Copy the entire folder to your dokuwiki installation under ''/lib/plugins/navpath''. Make sure the name of the folder is ''navpath'', otherwise the plugin won't work. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== === Default behavior === Just enter following tag to your syntax (make sure you have the closing '''' as well): Hello,World === Specifiy splitting character(s) === By default, the text between the tags is separated at the comma. However, with the addition ''split=xxx'' you can specify any character sequence for this purpose. The following syntax will do the same job as the default above. Hello###World * **split** can be a sequence of one or more characters (´,´ by default) ===== Customizing ===== The plugin uses three small GIFs to indicate the beginning, end and individual steps in the menu path. These GIFs can be replaced by your own graphics in the directory ''/lib/plugins/navpath/images''. If necessary adapt the filename in the code accordingly. * nav_start.gif * nav_step.gif * nav_end.gif ===== Contributions ===== Feel free to contribute to this plugin: source on GitHub: https://github.com/XcodeJunkie/navpath ===== Changelog ===== * **2021-03-26** * Initial release