Inhaltsverzeichnis

Outliner Plugin

Kompatibel mit DokuWiki

  • 2024-02-06 "Kaos" unbekannt
  • 2023-04-04 "Jack Jackrum" unbekannt
  • 2022-07-31 "Igor" unbekannt
  • 2020-07-29 "Hogfather" ja

plugin Enable collapsible outline tree page layout

Letzte Aktualisierung
2024-01-23
Beinhaltet
Syntax
Verwaltung
Quellcode
Kollidiert mit
include
Von Vincent31FR (Previous author: Michael Hamann, Pavel Vitis)

:!: If you are upgrading this plugin please read the changelog

This plugin provides syntax for collapsible sections. It includes support for section titles link, nesting, a preview of the section when the mouse is over a closed section title, saving of the current state in localStorage and sections opened by default.

Usage

The beginning of a section has to be marked with --> Title[FLAGS], [FLAGS] is optional and can be:

Sections can be closed by using <-- on a new line. Sections can also be nested. Example:

--> Section 1 without preview#

  * List item one

Some other syntax.

--> Nested section opened^

Nested content

<--

Main content continue

<--

--> [[ plugin:outliner| Outliner]] @

<--

Formatting syntax, like lists, can be used within a block, but a blank line must be included before closing the block.

--> First Section#
  * A list item
  * Another list item

<--
--> Second Section#
Content
<--

Settings

There is currently just one setting useLocalStorage that controls if the current state of all sections shall be stored in LocalStorage for each section and is disabled per default.

Changelog

Issues

Please report any issues in the Issue tracker.