implement demo mode

This commit is contained in:
Nystik
2026-05-14 19:26:53 +02:00
parent e021993d61
commit ab89a94088
21 changed files with 1186 additions and 8 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,4 @@
{
"baseFontSize": 16,
"theme": "obsidian"
}

View File

@@ -0,0 +1,18 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"command-palette": true,
"editor-status": true,
"markdown-importer": false,
"word-count": true,
"outline": true,
"file-recovery": false,
"publish": false,
"sync": false
}