Added definitions
This commit is contained in:
@@ -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 %>
|
||||
Reference in New Issue
Block a user