diff options
| author | realtradam <[email protected]> | 2023-01-09 02:12:40 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-09 02:12:40 -0500 |
| commit | 06d1c06bb37cd0fdd5fc68e4c235f0c56e08e998 (patch) | |
| tree | e78ff13024f99079c4bd37ea9a8da1de07546343 /src/.obsidian | |
| parent | 431003c20269652c7169beecdb3654e12713687f (diff) | |
| download | Plore-Tabletop-Game-06d1c06bb37cd0fdd5fc68e4c235f0c56e08e998.tar.gz Plore-Tabletop-Game-06d1c06bb37cd0fdd5fc68e4c235f0c56e08e998.zip | |
new resolution mechanic + other things
Diffstat (limited to 'src/.obsidian')
| -rw-r--r-- | src/.obsidian/app.json | 5 | ||||
| -rw-r--r-- | src/.obsidian/core-plugins-migration.json | 29 | ||||
| -rw-r--r-- | src/.obsidian/core-plugins.json | 1 |
3 files changed, 33 insertions, 2 deletions
diff --git a/src/.obsidian/app.json b/src/.obsidian/app.json index df8ec96..8927ceb 100644 --- a/src/.obsidian/app.json +++ b/src/.obsidian/app.json @@ -1,6 +1,7 @@ { "fileSortOrder": "byModifiedTime", - "alwaysUpdateLinks": false, + "alwaysUpdateLinks": true, "trashOption": "local", - "useMarkdownLinks": true + "useMarkdownLinks": true, + "newLinkFormat": "relative" }
\ No newline at end of file diff --git a/src/.obsidian/core-plugins-migration.json b/src/.obsidian/core-plugins-migration.json new file mode 100644 index 0000000..0f4e0de --- /dev/null +++ b/src/.obsidian/core-plugins-migration.json @@ -0,0 +1,29 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "outgoing-link": true, + "tag-pane": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "starred": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": false, + "canvas": true +}
\ No newline at end of file diff --git a/src/.obsidian/core-plugins.json b/src/.obsidian/core-plugins.json index 96869df..086a8e4 100644 --- a/src/.obsidian/core-plugins.json +++ b/src/.obsidian/core-plugins.json @@ -4,6 +4,7 @@ "switcher", "graph", "backlink", + "canvas", "outgoing-link", "tag-pane", "page-preview", |
