@@ -28,7 +28,8 @@ All your data = one `data/just-wiki.db` SQLite file + the `media/` folder. Backu
2828## Features
2929
3030** Editing & content**
31- - ** Markdown first** — Milkdown WYSIWYG editor with slash commands, Mermaid diagrams, KaTeX math, callout blocks
31+ - ** Markdown-first WYSIWYG** — Milkdown lets non-technical users write naturally, while the storage stays plain Markdown so engineers can pipe it through Git or scripts; you're never locked into a proprietary format
32+ - ** Slash commands & rich blocks** — Mermaid diagrams, KaTeX math, callout blocks
3233- ** Wikilinks** — ` [[page]] ` syntax with automatic backlink tracking
3334- ** Page hierarchy & templates** — nested page trees, one-click reusable templates
3435- ** Draw.io integration** — embedded diagram editor
@@ -56,10 +57,12 @@ All your data = one `data/just-wiki.db` SQLite file + the `media/` folder. Backu
5657</p >
5758
5859** Collaboration & permissions**
59- - ** Multi-user + group ACL** — per-page permission control
60- - ** Version history** — page revisions with diff view
60+ - ** Multi-user + group ACL** — per-page permission control (inherited from parent pages)
61+ - ** Concurrent-edit safety** — optimistic locking (` base_version ` ) so simultaneous edits never silently clobber each other
62+ - ** Version history** — page revisions with diff view; roll back when something gets broken
6163- ** Comments, bookmarks, tags, page subscriptions** — everything a small team needs
62- - ** Activity log & trash** — see recent changes, recover deleted pages
64+ - ** Activity log & trash** — see recent changes; deletions are soft and recoverable
65+ - ** SSO & API tokens** — built-in OIDC (Google, GitHub, custom), LDAP, and personal Bearer tokens for enterprise SSO and automation scripts
6366
6467** Export & deployment**
6568- ** Flexible export** — per-page Markdown / HTML / PDF (browser print), full-site static zip
0 commit comments