This page last changed 2022.10.23 14:59 visits: 3 times today, 2 times yesterday, and 134 total times
Dokuwiki Annoyances
The dropdowns in upper-right don't work
When you select the person-dropdown and others in upper right to right of Search, nothing happens. You expect to see your name, update profile, and admin, but the dropdown doesn't drop down.
This is because a flag defer_js is set.
To undo this:
- You can put the following line in /conf/local.php:
$conf[“defer_js”] = true; - Or you can try going to
/doku.php?do=admin&page=config
directly to make the change.
For here it would be
https://wiki.toku.us/doku.php?do=admin&page=config
On the config page, the setting is in Feature Flags, after Advanced and before Network
Handling Special Text Situations
Using | in a table
Normally, when you use a | inside a table, it's treated as go-to-next-column. If you want it to be treated as a regular character (for example: ls | more
in Linux, where the | is part of the command sequence, then surround the | in two pair of % or use nowiki. xyz | xyz