dokuwiki support

This commit is contained in:
Ville Rantanen
2023-11-30 09:08:14 +02:00
parent 84f40bb16e
commit 62479844cf
3 changed files with 115 additions and 106 deletions

View File

@@ -13,6 +13,12 @@ A simple shopping list app:
Note! Register page is enabled by default, but there is no link to it anywhere.
* Disable registering with env variable: `ENABLE_REGISTER=false`
* MARKDOWN_STYLE=dokuwiki or markdown
* markdown syntax, unticked = `[ ]`, ticked = `[x]`
* dokuwiki syntax (todo plugin), unticked = `<todo>item</todo>`, ticked = `<todo #user>item</todo>`
* SECRET_KEY=somerandomstring
* SESSION_COOKIE_NAME=name for cookies
## Running