vault backup: 2022-12-14 17:05:27

This commit is contained in:
Bram Adams
2022-12-14 17:05:27 -06:00
parent dad09fac3d
commit 5e22f65c7e
3 changed files with 13 additions and 32 deletions

View File

@@ -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"

View File

@@ -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"
]
}

View File

@@ -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)