vault backup: 2022-12-11 01:15:17

This commit is contained in:
Bram Adams
2022-12-11 01:15:17 -06:00
parent 934c51f510
commit 41c0b6be1a
46 changed files with 31662 additions and 141 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]\n> Project Description Here\n\n%% Waypoint %%\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