Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is a new note template for the Templater community plugin. It will prepend frontmatter with 'created' & 'modified' dates set to moment of creation, and will move cursor to note body. Erase this line.
- ---
- created: <% moment(tp.file.creation_date()).format("YYYY.MM.DD HH:mm") %>
- modified: <% moment().format("YYYY.MM.DD HH:mm") %>
- tags: []
- ---
- <%*
- tp.hooks.on_all_templates_executed(async () => {
- app.workspace.activeLeaf.view.editor.focus();
- });
- -%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement