<%* 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(["Code", "Project", "Knowledge Base", "Maintenance Log", "Implementation Guide"], ["Code", "Project", "Knowledge Base", "Maintenance Log", "Implementation Guide"]) -%> --- title: <% title %> project: cssclass: tech created: <% tp.file.creation_date("YYYY-MM-DD HH:mm:ss") %> tags: type: <% type %> hub: --- # <% title %> > [!column|no-t] >> [!blank] >> | **Basic Info** | | >> | ------------------------- | ------------------------ | >> | **Description** | <% type %> | >> | **Author** | | >> | **Version Nr** | | >> | **Version Date** | | >> >> | **Related Info** | | >> | ------------------------- | ------------------------ | >> | **Related Projects** | | >> | **Related Technical Notes** | | > >> [!blank] >> ## Introductory Text >> Text goes here... >> ## Overview >> Details about the overview... >> ## Timeline >> Details about the timeline...