summaryrefslogtreecommitdiffhomepage
path: root/src/.obsidian
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-01-09 02:12:40 -0500
committerrealtradam <[email protected]>2023-01-09 02:12:40 -0500
commit06d1c06bb37cd0fdd5fc68e4c235f0c56e08e998 (patch)
treee78ff13024f99079c4bd37ea9a8da1de07546343 /src/.obsidian
parent431003c20269652c7169beecdb3654e12713687f (diff)
downloadPlore-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.json5
-rw-r--r--src/.obsidian/core-plugins-migration.json29
-rw-r--r--src/.obsidian/core-plugins.json1
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",