DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:alphalist2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:alphalist2 [2017-09-29 12:40] solewniczakplugin:alphalist2 [2021-01-27 12:01] (current) solewniczak
Line 1: Line 1:
-====== alphalist2 Plugin ======+====== AlphaList2 Plugin ======
  
 ---- plugin ---- ---- plugin ----
 description: Simple plugin which allows display ordered and unorderd lists in alphabetical order description: Simple plugin which allows display ordered and unorderd lists in alphabetical order
 author     : Szymon Olewniczak  author     : Szymon Olewniczak 
-email      : solewniczak@rid.pl+email      : it@rid.pl
 type       : syntax type       : syntax
-lastupdate : 2017-09-29 +lastupdate : 2019-08-02 
-compatible : Works with 2017-02-19b "Frusterick Manners"+compatible : Frusterick Manners, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : alphalist similar    : alphalist
-tags       : !discontinued+tags       : list, order, sort
  
 downloadurl: https://github.com/solewniczak/dokuwiki-plugin-alphalist2/zipball/master downloadurl: https://github.com/solewniczak/dokuwiki-plugin-alphalist2/zipball/master
 bugtracker : https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues bugtracker : https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues
-sourcerepo : https://github.com/solewniczak/dokuwiki-plugin-alphalist2+sourcerepo : https://github.com/solewniczak/dokuwiki-plugin-alphalist2
-donationurl: +
  
 screenshot_img :  screenshot_img : 
 ---- ----
 +
 +===== Description ====
  
 This is a very simple jQuery based DokuWiki plugin which allows you to display DokuWiki list in alphabetical order. This is a very simple jQuery based DokuWiki plugin which allows you to display DokuWiki list in alphabetical order.
Line 25: Line 26:
 ===== Installation ===== ===== 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.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
Line 41: Line 42:
   * Test 1   * Test 1
  
-===== Syntax =====+Additionality you can specify "group_by_letters" parameter which groups the list elements by their first letters: 
 + 
 +  <alphalist group_by_letters> 
 +    * Something else 
 +    * A test 1 
 +    * Another test. 
 +  </alphalist> 
 + 
 +Will result with: 
 +==== ==== 
 +    * A test 1 
 +    * Another test. 
 +==== S ==== 
 +    * Something else
  
 +Plugin also supports numbered lists. The syntax is:
   <alphalist>   <alphalist>
-    - or * [any allowed dokuwiki syntax]+    - Test 1 
 +    - Foo 
 +    - bar
   </alphalist>   </alphalist>
  
-===== Discussion =====+===== Syntax =====
  
-[[https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues]]+  <alphalist [group_by_letters]> 
 +    - or * [any allowed dokuwiki syntax] 
 +  </alphalist>
  
 ===== Development ===== ===== Development =====
Line 57: Line 76:
 {{rss>https://github.com/solewniczak/dokuwiki-plugin-alphalist2/commits/develop.atom date}} {{rss>https://github.com/solewniczak/dokuwiki-plugin-alphalist2/commits/develop.atom date}}
  
-**Releases:** +===== Discussion ===== 
-{{rss>https://github.com/solewniczak/dokuwiki-plugin-alphalist2/releases.atom description author}}+ 
 +[[https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues]]
  
plugin/alphalist2.1506681653.txt.gz · Last modified: 2017-09-29 12:40 by solewniczak

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki