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-02-01 21:18] 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      : (My first name)@imz.re+email      : it@rid.pl
 type       : syntax type       : syntax
-lastupdate : 2015-02-25 +lastupdate : 2019-08-02 
-compatible : +compatible : Frusterick Manners, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : alphalist similar    : alphalist
-tags       : +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 : 
 ---- ----
  
-This is a very simple jQuery based dokwiki plugin which allows you to display dokuwiki list in alphabetical order.+===== Description ==== 
 + 
 +This is a very simple jQuery based DokuWiki plugin which allows you to display DokuWiki list in alphabetical order.
  
 ===== 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 ====
 +    * A test 1
 +    * Another test.
 +==== S ====
 +    * Something else
 +
 +Plugin also supports numbered lists. The syntax is:
   <alphalist>   <alphalist>
 +    - Test 1
 +    - Foo
 +    - bar
 +  </alphalist>
 +
 +===== Syntax =====
 +
 +  <alphalist [group_by_letters]>
     - or * [any allowed dokuwiki syntax]     - or * [any allowed dokuwiki syntax]
   </alphalist>   </alphalist>
 +
 +===== Development =====
 +
 +=== Change Log ===
 +
 +{{rss>https://github.com/solewniczak/dokuwiki-plugin-alphalist2/commits/develop.atom date}}
  
 ===== Discussion ===== ===== Discussion =====
-Is it possible you make similar plugin to put the table content in alphabetical order? -//JGOSS//+ 
 +[[https://github.com/solewniczak/dokuwiki-plugin-alphalist2/issues]]
  
plugin/alphalist2.1485980290.txt.gz · Last modified: 2017-02-01 21:18 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