目录

Tab Plugin

兼容的版本 Dokuwiki

2018-04-22b "Greebo"

plugin Inserts 5 non-breaking spaces to 'force' a tab

最后更新于
2020-05-14
提供
Syntax
仓库
源码

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

类似 nbsp, space, wrap

标签 typography

Description

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.

Syntax

There are two ways to use the plugin:

  1. Insert <tab> into the text. When DokuWiki parses it, it will replace '<tab>' with 5 spaces.
  2. Insert <tab#> where '#' is a number and defines the quantity of “&nbsp” signs.

Therefore the following both syntax lines are working:

Syntax Result
<tab> 5 times “&nbsp;” = 1 tab
<tab2> 2 times “&nbsp;” (where 2 can be each positive integer value, a negative value will be ignored)

Installation

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.

Development

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.

Change Log

Known Bugs and Issues

Please report bugs or feature requests at the Bug tracker.

Discussion