Notizen zur Webanwendung Dokuwiki.
URLs
Plugins
- https://www.dokuwiki.org/plugin:ifauthex
- Backlinks
- Bureaucracy Plugin
- catlist
- ckgedit
- Cloud Plugin
- Color Plugin
- Color Picker
- Flowchartjs Plugin
- include plugin
- Indexmenu Plugin
- keyboard
- Lightbox for images
- Move plugin
- Note Plugin
- Page Index
- Pagelist Plugin
- Inline Page Modifier
- PageQuery Plugin
- sortablejs
- Tag Plugin
- ToDo
- widearea plugin
- Wrap Plugin
sidebar
{{indexmenu>:#1|js#thread navbar context tsort}}
edit-Button
<ifauth @user>
[[:dokuwiki_doku.php?id=sidebar&do=edit|{{:edit.png?nolink&16}}]] [[:sidebar|Edit Sidebar]]
</ifauth>
TAGs verwenden
{{tag>[list of tags]}}
Auflistung verwendeter TAGs
{{searchtags}}
TAGCLOUD
~~TAGCLOUD~~
Sequenzdiagramme
Basieren auf der Bibliothek js-sequence-diagrams.
Code
<sequencediagram>
Title: Der Titel
A->B: Normale Linie
B-->C: Gestrichelte Linie
C->>D: Pfeilspitze offen
Note right of D: Und wieder zurück
D-->>A: Gestrichelte Linie Pfeilspitze offen
</sequencediagram>
Tastenkürzel / Tastenkombi
This displays the keys ALT + H .
This displays the keys <kbd>ALT</kbd> + <kbd>H</kbd>.
Kürzer:
This displays the keys <kbd>ALT+H</kbd>.
Tipp: ALT+-
<kbd>ALT+-</kbd>
Hinweisboxen anlegen
Beispiele
Classic
<note> Classic </note>
Important
<note important> Important </note>
Warning
<note warning> Warning </note>
Tip
<note tip> Tip </note>
Farben
| Im Editor einzugeben | Erläuterung |
|---|---|
<color green>text</color> |
Nur Textfarbe ändern |
<color blue/lightgrey>text</color> |
Textfarbe und Texthintergrund ändern |
<color /lightgrey>text</color> |
nur Texthintergrund ändern |
<color #FF0000>text</color> |
Angabe in RGB-Notation |
<color /#FFff00>text</color> |
Texthintergrund ändern in RGB-Notation |
Flowcharts
Die Flowcharts basieren auf der Bibliothek http://flowchart.js.org
Code
<flowchartjs default>
st=>start: Start
e=>end: Ende
con1=>condition: Kennste
Flowcharts?
con2=>condition: Weißte wie
es geht?
op1=>operation: Informieren (Klick):>https://de.wikipedia.org/wiki/Programmablaufplan[blank]
op2=>operation: Informieren (Klick):>http://flowchart.js.org[blank]
io1=>inputoutput: Flowchart tippen
op3=>operation: Freuen
st->con1
con1(no)->op1->con2
con1(yes)->con2
con2(no)->op2->io1->op3->e
con2(yes)->io1
</flowchartjs>