Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| dokuwiki [2022/02/15 08:43] – [Interesting Plug-ins] stale plugin, added some more notes rjt | dokuwiki [2024/08/31 14:49] (current) – [Interesting Plug-ins] snippets rjt |
|---|
| ====== DokuWiki ====== | ====== DokuWiki ====== |
| | |
| | ===== Setup ===== |
| | |
| | Just noticed that my date's been set wrong. Fixing was easy enough, see: [[doku>tips:timezone]]. |
| |
| ===== Customising ===== | ===== Customising ===== |
| * [[doku>plugin:folded]] - Hide and reveal section, like using the [[HTML]] [[https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element|details element]]. | * [[doku>plugin:folded]] - Hide and reveal section, like using the [[HTML]] [[https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element|details element]]. |
| * [[doku>plugin:stale]] - Easily refresh the wiki's cache. Handy after you've updated the footer, for example. | * [[doku>plugin:stale]] - Easily refresh the wiki's cache. Handy after you've updated the footer, for example. |
| | * [[doku>plugin:diagram]] - Elaborate, grid-based diagrams, with a table-like syntax. |
| | * [[doku>plugin:flowcharts]] - Generate different kinds of flowcharts, with [[https://mermaid.js.org/|Mermaid]] syntax. |
| | * [[doku>plugin:custombuttons]] - Lets you add buttons that insert snippets of text. Easy to setup. |
| | * [[doku>plugin:snippets]] - Like custombuttons above, but can also use transclusion, so snippets can be updated when the main one is changed. |
| |
| ==== See Also ==== | ==== See Also ==== |