====== foldablelist Plugin ====== ---- plugin ---- description: author : medmen email : med-men@gmx.net type : syntax lastupdate : 2022-06-06 compatible : Hogfather, Greebo, Elenor of Tsort, Frusterick Manners depends : conflicts : similar : tags : list, fold, hide downloadurl: https://github.com/medmen/dokuwiki-plugin-foldablelist/zipball/master bugtracker : https://github.com/medmen/dokuwiki-plugin-foldablelist/issues sourcerepo : https://github.com/medmen/dokuwiki-plugin-foldablelist/ donationurl: screenshot_img : ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== * Wrap list with ''%%%%'' and ''%%%%'' * You can use any markup inside * Lists generated by other plugins (like the [[tag]] plugin or [[discussion]] plugin) will also work ===== Configuration and Settings ===== Can be done via config manager (log in as admin of course) * ''collapse_after'': number of items to show always * ''button_css'': change appearance and position of the button via CSS * ''button_up_value'': change content of button to collapse * ''button_down_value'': change content of button to unfold Configuration for collapsing can be overwritten for each instance. The following would collapse each list (including nested lists) after 3 items: * item 1 * item 2 * item 3 * item 3.1 * item 3.2 * item 3.3 * item 3.4 * item 3.5 * item 4 * item 5 === Change Log === {{rss>https://github.com/medmen/dokuwiki-plugin-foldablelist/commits/master.atom date}} === Known Bugs and Issues === Please report bugs and issues at: https://github.com/medmen/dokuwiki-plugin-foldablelist/issues