Skip to content

Extend writing style of lists in DokuWiki; multilined items, flexible number of ordered items, etc.

Notifications You must be signed in to change notification settings

fiwswe/dw-plugin-extlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended List for DokuWiki

This plugin extends DokuWiki's list markup syntax to allow:
 1) html5 description lists, as well as ordered/unordered lists
 2) start any number of an ordered list and give any number for member items
 3) break long item into multiple lines indented by at least two spaces
 4) class attribute for lists block

Lists can be nested within lists, just as in the standard DokuWiki syntax.

  -  ordered list item            (DokuWiki standard syntax)
  *  unordered list item          (DokuWiki standard syntax)

  ;  description list term, compacted/reduced column width
  ;; description list term, column width is NOT reduced
  :  description list item

  ; term  : need two spaces before ":" when writing dt/dd pair in one line

Ordered list items can also start with actual number followed by period and space (". "):

  100. start from hundred
  105. skip 101 to 104

You may write longer list items in consecutive indented lines of text:

  * Lorem ipsum dolor sit amet, consectetur 
    adipiscing elit, sed do eiusmod tempor 
    incididunt ut labore et dolore magna aliqua.

Licensed under the GNU Public License (GPL) version 2

(c) 2015-2017 Satoshi Sahara <[email protected]>

About

Extend writing style of lists in DokuWiki; multilined items, flexible number of ordered items, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.5%
  • Less 25.5%