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
Last revisionBoth sides next revision
plugin:outliner [2013-08-01 14:26] – Added changelog entry for new release Michituxplugin:outliner [2021-10-06 18:16] Vincent31Fr
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 : 2021-10-06 
-compatible : Angua, Adora Belle, Weatherwax+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 
 +screenshop_url :
 ---- ----
  
 :!: 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 48:
  
 Main content continue Main content continue
 +
 +<--
 +
 +--> [[ plugin:outliner| Outliner]] @
  
 <-- <--
 </code> </code>
 +
 +Formatting syntax, like lists, can be used within a block, but a blank line must be included before closing the block.
 +
 +<code>
 +--> First Section#
 +  * A list item
 +  * Another list item
 +
 +<--
 +--> Second Section#
 +Content
 +<--</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 66: Line 88:
 ===== 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.txt · Last modified: 2024-01-24 06:32 by Aleksandr

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