Add unique note creator

This commit is contained in:
2026-08-24 14:44:38 -04:00
parent ac75884a7a
commit ff69744143
2 changed files with 6 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
"editor-status": true, "editor-status": true,
"bookmarks": false, "bookmarks": false,
"markdown-importer": false, "markdown-importer": false,
"zk-prefixer": false, "zk-prefixer": true,
"random-note": false, "random-note": false,
"outline": false, "outline": false,
"word-count": true, "word-count": true,

5
zk-prefixer.json Normal file
View File

@@ -0,0 +1,5 @@
{
"format": "YYYY.MM.DD HH.mm",
"template": "Templates/Timestamped note template.md",
"folder": "Notes"
}