Added definitions

This commit is contained in:
2026-07-25 10:12:14 -04:00
parent ef3fb4be25
commit 886618dca5
2 changed files with 48 additions and 0 deletions
@@ -0,0 +1,14 @@
<%*
let term = await tp.system.prompt("Term");
let definition = await tp.system.prompt("Definition");
-%>
---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Type: Definition
Term: <% term %>
Definition: <% definition %>
---
<%* await tp.file.rename("Definition-" + term + "-" + tp.date.now("DDMMYYYYHHMMSS")) %>
# <% term %>
<% definition %>