Table of Contents

Guidelines

Basic edition

  1. Check the DokuWiki syntax
  2. You can try it out in the playground playground
  3. Remember that the Wiki is free to access by anyone
  4. Remember to always sanitize :
    1. your hands (because of covid-19), and
    2. your data from any sensitive information (password, identities, etc.)
  5. It is recommended to use the DokuWiki syntax. However, if you already have documentation in markdown and you cannot “translate” to DokuWiki syntax, then you can try to paste it between <markdown> and </markdown> elements. Please avoid using this as much as possible.
  6. When something is incomplete or To Do, please use FIXME :
    FIXME

Pictures and other media

If you are working with pictures

  1. If an image is in your clipboard (screenshot), you can paste it in edit mode (see imgpaste plugin for more details.
  2. If it's in a file, you have to upload it using the media manager. Also make sure you are in the correct namespace.

Create a new page

Browse vs. search vs. TOC

Synthesize and summarize

Cleanup your outputs

code : scripts, console output and commands

Color notes

The plugin "Note" allows to add 4 types of color notes to draw attention or emphasize on some parts of your text : blue (no argument), yellow (important), red (warning) and green (tip)

This is a simple note.
Add an important note
For tips
Add a warning note
<note>
This is my note ! Remember it!!
</note>

<note important>
Warning ! You're about to lose your mind ;-)
</note>

<note tip>
The clues are in the images.
</note>

<note warning>
Beware of the cat when you open the door !!
</note>