obsidian-templates/open-daily.md

5 lines
275 B
Markdown
Raw Permalink Normal View History

2023-04-28 11:28:14 +00:00
<%*
// Get daily note and open it in a new leaf, fails if note doesn't exist... but I'm lazy
return app.workspace.getLeaf(true, 'vertical').openFile(app.vault.getAbstractFileByPath("50 Periodic/" + moment().format("YYYY") + "/" + moment().format("YYYY-MM-DD") + ".md"))
%>