DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:alphalist2

AlphaList2 Plugin

Compatible with DokuWiki

Frusterick Manners, Greebo

plugin Simple plugin which allows display ordered and unorderd lists in alphabetical order

Last updated on
2019-08-02
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to alphalist

Tagged with list, order, sort

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 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 <alphalist></alphalist> tags:

<alphalist>
  * Test 1
  * Foo
  * bar
</alphalist>

Will result with:

  • bar
  • Foo
  • Test 1

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>
  - Test 1
  - Foo
  - bar
</alphalist>

Syntax

<alphalist [group_by_letters]>
  - or * [any allowed dokuwiki syntax]
</alphalist>

Development

Change Log

Discussion

plugin/alphalist2.txt · Last modified: 2021-01-27 12:01 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