Skip to content

Instantly share code, notes, and snippets.

@mattgrieser
Created August 22, 2021 21:12
Show Gist options
  • Save mattgrieser/79b13453dd79100606f723dddfa68653 to your computer and use it in GitHub Desktop.
Save mattgrieser/79b13453dd79100606f723dddfa68653 to your computer and use it in GitHub Desktop.
Obsidian Empty File

<%* let qcFileName = await tp.system.prompt("Note Title") titleName = qcFileName await tp.file.rename(titleName); -%>

creation date: <% tp.file.creation_date() %> modification date: <% await tp.file.last_modified_date("dddd Do MMMM YYYY HH:mm:ss") %> tags:

<% qcFileName %>

<% tp.file.cursor() %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment