<%*
let title = tp.file.title;
if (title.startsWith("Untitled")) {
title = await tp.system.prompt("Gib den Titel der Notiz ein:");
await tp.file.rename(title);
}
let type = await tp.system.suggester(["Thought", "Impulse", "Media"],["Thought", "Impulse", "Media"])
-%>
---
title: <% title %>
tags:
cssclass: zettel-note
categories: Zettel
source:
created: <% tp.file.creation_date("YYYY-MM-DD HH:mm:ss") %>
---
> [!Note|noicon] <% title %>
> <div style="display: flex; justify-content: space-between; align-items: center;"><b style=margin: 0; font-size 0.75em;>%%a%%</b><b><span style="font-size: 0.75em;">Created: <% tp.file.creation_date("YYYY-MM-DD HH:mm:ss") %></span></b></div>
>
>> [!info]
>>
>>> [!question|icon]
>>
>>> [!Todo|icon]
>>
>>>[!abstract|icon] References