mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
implement demo mode
This commit is contained in:
1
server/demo-template/.obsidian/app.json
vendored
Normal file
1
server/demo-template/.obsidian/app.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
4
server/demo-template/.obsidian/appearance.json
vendored
Normal file
4
server/demo-template/.obsidian/appearance.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"baseFontSize": 16,
|
||||
"theme": "obsidian"
|
||||
}
|
||||
18
server/demo-template/.obsidian/core-plugins.json
vendored
Normal file
18
server/demo-template/.obsidian/core-plugins.json
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user