Table of Contents
bootnote Plugin
Compatible with DokuWiki
Frusterick Manners, Elenor of Tsort, Detritus, Hrun
Requirements
This plugin does not need any requirements but you need a template like Bootstrap3 to display icons in DokuWiki. Otherwise, notes are displayed without icons.
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Syntax
Initial Syntax
The basic syntax is the following:
<bootnote argument>Your note</bootnote>
Example:
<bootnote learn>Do you want to learn something?</bootnote>
You can use actually 6 different types of argument:
- “nothing”: if there is no argument, display a simple note with info sign.
- web: display a note with an globe sign.
- question: display a note with question sign.
- learn or tip: display note with an education sign.
- warning: display a note with a warning sign.
- critical or important: display a note with a fire sign.
If you want another style of note, please open an issue.
Note Syntax
If you have activate 'note' in settings, you must use the following syntax: <note>text</note>
.
Arguments of note are working too.
Change Log
- Update plugin date by algorys (2017-08-08 17:29)
- Typo and add settings informations by algorys (2017-08-08 17:22)
- Update syntax and theme by algorys (2017-08-08 17:16)
- Adding translations for notes by algorys (2017-08-08 17:04)
- Adjust note paragraph by algorys (2017-08-08 16:57)
Preview
Configuration and Settings
- bootnote.note: you can choose to override the Note plugin in settings to continue using its syntax.
- bootnote.theme: you can come back to old theme if you want. (See below for further informations.)
- bootnote.position: defines if you want to display your text beside or below the note title.
Old Theme: The old theme is always available in settings but he's deprecated for DokuWiki theme and only works properly with a Bootstrap theme! This theme may be removed in future versions
Change Log
- Update plugin date by algorys (2017-08-08 17:29)
- Typo and add settings informations by algorys (2017-08-08 17:22)
- Update syntax and theme by algorys (2017-08-08 17:16)
- Adding translations for notes by algorys (2017-08-08 17:04)
- Adjust note paragraph by algorys (2017-08-08 16:57)
Known Bugs and Issues
Please report your issue at the GitHub.