diff --git a/.obsidian/plugins/recent-files-obsidian/data.json b/.obsidian/plugins/recent-files-obsidian/data.json index 8164c53..3976d36 100644 --- a/.obsidian/plugins/recent-files-obsidian/data.json +++ b/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,9 @@ { "recentFiles": [ + { + "basename": "202212122239", + "path": "202212122239.md" + }, { "basename": "README", "path": "README.md" @@ -40,10 +44,6 @@ "basename": "Scratchpad", "path": "_PARA/Projects/Test Project/Scratchpad.md" }, - { - "basename": "202212141654", - "path": "202212141654.md" - }, { "basename": "Zettelkasten Note", "path": "Templates/Zettelkasten Note.md" @@ -56,10 +56,6 @@ "basename": "202212120002", "path": "202212120002.md" }, - { - "basename": "202212122239", - "path": "202212122239.md" - }, { "basename": "Kanban", "path": "_PARA/Projects/Test Project 2/Kanban.md" diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7b664df..f0a8b4e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -37,8 +37,8 @@ "state": { "type": "markdown", "state": { - "file": "README.md", - "mode": "source", + "file": "202212122239.md", + "mode": "preview", "source": false } } @@ -129,7 +129,7 @@ "state": { "type": "backlink", "state": { - "file": "README.md", + "file": "202212122239.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -146,7 +146,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "README.md", + "file": "202212122239.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -169,7 +169,7 @@ "state": { "type": "outline", "state": { - "file": "README.md" + "file": "202212122239.md" } } }, @@ -220,15 +220,15 @@ }, "active": "fa7779fed8ad75a1", "lastOpenFiles": [ + "202212141654.md", + "202212122239.md", + "README.md", "Calendar/Daily/2022-12-14.md", "Templates/Daily.md", - "README.md", "_tutorial/Hotkeys.md", "Computed/Trackers.md", "Computed/To Process.md", "Computed/Tasks.md", - "Templates/Quarterly.md", - "_PARA/Projects/Test Project/Resources.md", - "_PARA/Projects/Test Project/Scratchpad.md" + "Templates/Quarterly.md" ] } \ No newline at end of file diff --git a/202212141654.md b/202212141654.md deleted file mode 100644 index 8c5cd16..0000000 --- a/202212141654.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -aliases: [cancel] -tags: [zettel] -projects: [Test Project] -title: cancel -linter-yaml-title-alias: cancel -date created: Wednesday, December 14th 2022, 4:54:32 pm -date modified: Wednesday, December 14th 2022, 4:54:54 pm ---- - -# Cancel - -`throw_on_cancel`: Throws an error if the prompt is canceled, instead of returning a null value[^1] - -[^1]: [tp.system - Templater](https://silentvoid13.github.io/Templater/internal-functions/internal-modules/system-module.html)