Files
uni_notes/99 Templates/Math Homework Template.md
2026-04-16 12:13:50 +02:00

520 B

<% tp.date.now("YYYY-MM-DD") %>
Jan Meyer
664237
<%* const folderPath = "11 Homework/Mathe II";

const folder = app.vault.getAbstractFileByPath(folderPath); let fileCount = 0;

if (folder && folder.children) { fileCount = folder.children.length; }

const newFileName = Homework ${String(fileCount).padStart(2, '0')};

await tp.file.move(${folderPath}/${newFileName}); %>