Site Tech Items

To Do

Maybe install the Mermaid plugin or the Diagrams plugin that allows for embedding diagrams. This might be useful for explaining Domains and Aspects.

For embedding videos, if we need them, look at either Video Share plugin or oEmbed plugin.

Done

Navigation the list of links in the sidebar
Sidebar the content block in the sidebar below the Navigation links
Top Bar the links at the very top of the page

QR Codes

I tried making QR codes for crypto donations using the barcodes plugin.

That didn't work, probably because I wasn't using it right, but then I tried the QRCode 2 plugin and that worked.

KaTex

I added the KaTex plugin that allows you to make nice math formulas using LaTex type syntax.

Added a logo:

Theme

I installed and configured the Writr template. More complete documentation is here.

CommonMark

I installed the CommonMark Plugin so all the content can be done in MarkDown, a common format used by many, instead of DokuWiki's proprietary syntax.

Note: In order to make line breaks where it isn't treated as a paragraph break, you need to add a third slash at the end of the line, and make sure there is a space after the three slashes.

Example:

Just hit return
Line 1 Line 2

Add “\ \ \”
Line 1
Line 2

DocNavigation

I installed the DocNavigation plugin so the Rules Handbook can have Prev/Next links and an overall table of contents.

Hidden

I added the Hidden plugin so that text can be collapsed and hidden.

It uses syntax similar to an HTML hidden element whose content is hidden by default. You can specify the text to display when collapsed using the onHidden attribute.

Example:

Click me to see the hidden text

Click to hide ⇱

This is hidden by default