====== AlphaList2 Plugin ====== ---- plugin ---- description: Simple plugin which allows display ordered and unorderd lists in alphabetical order author : Szymon Olewniczak email : it@rid.pl type : syntax lastupdate : 2019-08-02 compatible : Frusterick Manners, Greebo depends : conflicts : similar : alphalist tags : list, order, sort downloadurl: https://github.com/solewniczak/dokuwiki-plugin-alphalist2/zipball/master bugtracker : https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues sourcerepo : https://github.com/solewniczak/dokuwiki-plugin-alphalist2 screenshot_img : ---- ===== Description ==== This is a very simple jQuery based DokuWiki plugin which allows you to display DokuWiki list in alphabetical order. ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== All you have to do is to put your DokuWiki list between '''' tags: * Test 1 * Foo * bar Will result with: * bar * Foo * Test 1 Additionality you can specify "group_by_letters" parameter which groups the list elements by their first letters: * Something else * A test 1 * Another test. Will result with: ==== A ==== * A test 1 * Another test. ==== S ==== * Something else Plugin also supports numbered lists. The syntax is: - Test 1 - Foo - bar ===== Syntax ===== - or * [any allowed dokuwiki syntax] ===== Development ===== === Change Log === {{rss>https://github.com/solewniczak/dokuwiki-plugin-alphalist2/commits/develop.atom date}} ===== Discussion ===== [[https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues]]