Содержание

Allow Indentation Plugin

Совместим с «Докувики»

  • 2024-02-06 "Kaos" неизвестно
  • 2023-04-04 "Jack Jackrum" неизвестно
  • 2022-07-31 "Igor" неизвестно
  • 2020-07-29 "Hogfather" да

plugin Allow using indentation in wiki text and disable rendering indented blocks as a preformatted text.

Последнее обновление:
2021-04-27
Предоставляет
Syntax
Репозиторий
исходный код

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to the latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

Use any indentation you want in your wiki text. Preformatted text will never be rendered.

For example:

    === Indented header! Wow! (probably nobody need this) ===

    this text indented with four spaces


  [[plugin:allowindentation|this link with two]]

  - lists works fine
    - this works
  * any lists

Not indented text.

will be rendered just like:

Works with block plugins too, like wrap or blockquote. Unfortunately, you should put new lines instead of one or \\ after text to make a new paragraph inside indented blocks.

Finally, you can make a readable indentation for your wiki text instead of a useless preformatted blocks. Compare these two things, which one is more readable:

Indented
<WPAP center 60%>
  Text inside block.
  <WRAP>
    Block inside.
  </WRAP>
</WRAP>
Not indented
<WPAP center 60%>
Text inside block.
<WRAP>
Block inside.
</WRAP>
</WRAP>

Consider to use autotabber plugin to enhance your indentation experience.

Change Log

Known Bugs and Issues

ToDo/Wish List