vault backup: 2022-12-17 16:44:35

This commit is contained in:
Bram Adams
2022-12-17 16:44:35 -06:00
parent 05604fff35
commit 98080b64d5
13 changed files with 94 additions and 77 deletions

View File

@@ -47,7 +47,7 @@ aliases:
tags: [projects, ${userInput.replace(/ /g, "-")}]
---\n\n\`\`\`dataview
list
where contains(projects, "${userInput}")
where contains(projects, "${userInput.replace(/ /g, "-")}")
\`\`\`\n\n`
)
}