목차

Outliner Plugin

도쿠위키와의 호환성

  • 2024-02-06 "Kaos" 알 수 없음
  • 2023-04-04 "Jack Jackrum" 알 수 없음
  • 2022-07-31 "Igor" 알 수 없음
  • 2020-07-29 "Hogfather" 

plugin Enable collapsible outline tree page layout

마지막 업데이트 날짜
2024-01-23
제공
Syntax
저장소
소스
다음과 충돌:
include

다음과 비슷: folded, hidden, hiddenswitch, hidetext, sectiontoggle

다음으로 태그됨: collapsible, hide

저자 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.