<%-*
const input_title = await tp.system.prompt("Title");
const today = await tp.date.now("YYYY-MM-DD");
const title = today + " " + input_title;
await tp.file.rename(title);
await tp.file.move("š„ Inbox/" + title);
-%>
# <%* tR += title %>
<% tp.file.cursor() %>