Action disabled: diff
kb:intranet:services:wiki:dokuwiki:configuration_extra
Some extra tips when configuring Dokuwiki:
- Scan through the
$ROOT/conf
top-level directory for interesting files to edit. Add.local
before the suffix for user-configuration (to avoid being overwritten by Dokuwiki upgrades)
Filename | Description |
---|---|
acryonyms.local.conf | to add new acronyms |
entities.local.conf | to disable overrides, especially for arrows and dashes and triple dots |
interwiki.local.conf | for interwiki shortcuts |
mime.local.conf | to add file extensions for uploading |
scheme.local.conf | to add custom schemes, e.g. Zotero links |
smileys.local.conf | for quick svg icon insertion (as a smiley) |
userstyle.css | for code formatting |
wordblock.conf | for blocklist, if enabling public comments. To update via cron instead |
- Interwiki images can be assigned by placing 16x16 image into lib/images/interwiki/ (check permissions!), and then refreshing the cache with
touch conf/local.php
. - Page templates can be achieved using the newpagetemplate plugin:
- Create a namespace to store page templates (e.g. /pagetemplates) and optionally hide this namespace in the configuration.
- Create a page template (e.g. /pagetemplates/default), see an example here. Add a URL link to it to load the page template, perhaps in the editor text bar. Remember to disable cache!
~~NOCACHE~~ [[?do=edit&newpagetemplate=pagetemplates/default|Trigger new page template]]
kb/intranet/services/wiki/dokuwiki/configuration_extra.txt · Last modified: 5 days ago (25 August 2025) by Justin