692 B
692 B
<%* let title = tp.file.title; if (title.startsWith("Untitled")) { title = await tp.system.prompt("Future Habit Name"); await tp.file.rename(title); } tp.file.move("2 Personal/Personal Growth/Future Habits/" + title) tR += "---" %> title: <%* tR += title %> created_date: <% tp.file.creation_date('YYYY-MM-DD') %> updated_date: <% tp.file.creation_date('YYYY-MM-DD') %> aliases: tags: type: habit status: not_started
<%* tR += title %>
- 🏷️Tags : #<% tp.file.creation_date('MM-YYYY') %> #habit