DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:outliner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:outliner [2015-02-23 21:39] – is compatible with Hrun (just tested successfully) KaiMartinplugin:outliner [2024-01-24 06:32] (current) Aleksandr
Line 1: Line 1:
-====== Outliner plugin ======+====== Outliner Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Enable collapsible outline tree page layout(Previous author: Pavel Vitis) +description: Enable collapsible outline tree page layout 
-author     : Michael Hamann +author     : Vincent31FR (Previous author: Michael Hamann, Pavel Vitis) 
-email      : michael@content-space.de+email      : 
 type       : syntax type       : syntax
-lastupdate : 2013-08-01 +lastupdate : 2024-01-23 
-compatible : Angua, Adora Belle, Weatherwax, Hrun+compatible : Angua, Adora Belle, Weatherwax, Hrun, Detritus, Hogfather
 depends    :  depends    : 
-conflicts  :  +conflicts include 
-similar    : folded, hidden+similar    : folded, hidden, sectiontoggle
 tags       : collapsible, hide tags       : collapsible, hide
-downloadurl: https://github.com/michitux/dokuwiki-plugin-outliner/tarball/devel + 
-sourcerepo : https://github.com/michitux/dokuwiki-plugin-outliner/ +downloadurl: https://github.com/Vincent31Fr/dokuwiki-plugin-outliner/tarball/master 
-bugtracker : https://github.com/michitux/dokuwiki-plugin-outliner/issues +sourcerepo : https://github.com/Vincent31Fr/dokuwiki-plugin-outliner/ 
-donationurl: http://www.content-space.de/dokuwiki/donate+bugtracker : https://github.com/Vincent31Fr/dokuwiki-plugin-outliner/issues 
 +donationurl:  
 +screenshot_img: https://raw.githubusercontent.com/Vincent31Fr/dokuwiki-plugin-outliner/master/screenshots/dokuwiki_plugin_outliner.PNG
 ---- ----
  
 :!: If you are upgrading this plugin please read the [[#changelog]] :!: If you are upgrading this plugin please read the [[#changelog]]
  
-This plugin provides syntax for collapsible sections. It includes support for section titles, nesting, a preview of the section when the mouse is over a closed section title, saving of the current state in cookies and sections opened by default.+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 ===== ===== Usage =====
  
-The beginning of a section has to be marked with <code>--> Title[FLAGS]</code>, [FLAGS] is optional and can be: +The beginning of a section has to be marked with ''%%--> Title[FLAGS]%%''''[FLAGS]'' is optional and can be: 
-  * # for no preview +  * ''#'' for no preview 
-  * ^ for opened by default+  * ''^'' for opened by default 
 +  * ''@'' for internal wiki link in title
  
-Sections can be closed by using <code><--</code> on a new line. Sections can also be nested. Example:+Sections can be closed by using ''%%<--%%'' on a new line. Sections can also be nested. Example:
  
 <code> <code>
Line 44: Line 47:
  
 Main content continue Main content continue
 +
 +<--
 +
 +--> [[ plugin:outliner| Outliner]] @
  
 <-- <--
Line 49: Line 56:
  
 Formatting syntax, like lists, can be used within a block, but a blank line must be included before closing the block. Formatting syntax, like lists, can be used within a block, but a blank line must be included before closing the block.
 +
 <code> <code>
 --> First Section# --> First Section#
Line 58: Line 66:
 Content Content
 <--</code> <--</code>
 +
 ===== Settings ===== ===== Settings =====
  
-There is currently just one setting ''usecookie'' that controls if the current state of all sections shall be stored in a cookie for each section and is disabled per default. The cookies are valid for 7 days.+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 ===== ===== Changelog =====
 +  * **2021-06-21**  
 +    * Use of localStorage instead of cookie  
 +    * Add possibility to use internal wiki link in title
   * **2013-08-01**   * **2013-08-01**
     * Fix the CSS code to be valid so it won't break the LESS parser (which will probably be introduced in the next DokuWiki release)     * Fix the CSS code to be valid so it won't break the LESS parser (which will probably be introduced in the next DokuWiki release)
Line 76: Line 87:
 ===== Issues ===== ===== Issues =====
  
-Please report any issues in the [[http://github.com/michitux/dokuwiki-plugin-outliner/issues|issue tracker]]+Please report any issues in the [[https://github.com/michitux/dokuwiki-plugin-outliner/issues|Issue tracker]].
plugin/outliner.1424723964.txt.gz · Last modified: 2015-02-23 21:39 by KaiMartin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki