Compatible with DokuWiki
2018-04-22b "Greebo"
Since one can't really do tabs in HTML, this plugin offers a possibility by the use of non-breaking spaces (nbsp's) instead: 5 nbsp's ⇒ 1 tab.
There are two ways to use the plugin:
<tab>
into the text. When DokuWiki parses it, it will replace '<tab>' with 5 spaces.<tab#>
where '#' is a number and defines the quantity of “ ” signs.Therefore the following both syntax lines are working:
Syntax | Result |
---|---|
<tab> | 5 times “ ” = 1 tab |
<tab2> | 2 times “ ” (where 2 can be each positive integer value, a negative value will be ignored) |
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
The original code was written by Tim Skoch. I have updated it for compatibility to PHP7 and included the possibility proposed by taggic (2011-09-22) to extend the syntax to “<tab2>” (and so on). Finally I have created a repository at github.
The earlier description can be found here.
Please report bugs or feature requests at the Bug tracker.