vault backup: 2022-12-12 22:56:32

This commit is contained in:
Bram Adams
2022-12-12 22:56:32 -06:00
parent 87c9e86979
commit 31dd358468
8 changed files with 49 additions and 31 deletions

View File

@@ -26,7 +26,7 @@ module.exports = async function createProject(params) {
// // Create a new file in the new folder
const newFile = await params.app.vault.create(
`${absolutePath}/${userInput}.md`,
`> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
`\n> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
);
// // Create a scratchpad file in the new folder
@@ -36,7 +36,7 @@ module.exports = async function createProject(params) {
if (settings.includes("Add Resources Dataview")) {
await params.app.vault.create(
`${absolutePath}/Resources.md`, `\`\`\`dataview
`${absolutePath}/Resources.md`, `\n\`\`\`dataview
list
where contains(projects, "${userInput}")
\`\`\`\n\n`