• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2024-

conf/H03-May-2018-188

images/H03-May-2018-

lang/H03-May-2018-5738

README.mdH A D08-Aug-20172 KiB4325

action.phpH A D08-Aug-20172.6 KiB8164

plugin.info.txtH A D08-Aug-2017150 86

style.cssH A D08-Aug-20173.1 KiB201167

syntax.phpH A D08-Aug-20175.3 KiB163125

README.md

1# Plugin BootNote
2
3## Description
4
5Bootnote is a plugin for [Dokuwiki](https://www.dokuwiki.org). It display some note inside the wiki with bootstrap style.
6
7## Install
8
9Download this plugin into your ``${dokuwiki_root}/lib/plugins`` folder and restart dokuwiki or use the plugin manager inside Dokuwiki.
10
11## Requirements
12
13This plugin does not need any requirements but you need a template like [Boostrap 3](https://github.com/LotarProject/dokuwiki-template-bootstrap3/) to display icons in Dokuwiki. Otherwise, notes are displayed without icons.
14
15## Syntax
16
17You can display actually 6 different types of notes :
18
19* "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20* Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21* Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
22* Learn : display note with an education sign : ``<bootnote learn>...Note...</bootnote>``
23* Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24* Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
25
26**Note :** If you want more type of note, please let me know by opening an issue in this repos.
27
28## Settings
29
30* **bootnote.note**: You can choose to override the plugin [note](https://www.dokuwiki.org/plugin:note) in settings to continue using its syntax.
31* **bootnote.theme**: you can come back to old theme if you want. (See below for further informations)
32* **bootnote.position**: defines if you want to display your text beside or below the note title.
33
34## Current Render
35
36Here is a preview of each note :
37
38![new-bootnote.png](https://s2.postimg.org/aguld4eah/new-bootnote.png)
39
40**Important:** 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 remove in future versions
41
42For further information, see also [Bootnote on dokuwiki.org](https://www.dokuwiki.org/plugin:bootnote)
43