From ff6974414317386338a9917f19c5b9588f1504f3 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 24 Aug 2026 14:44:38 -0400 Subject: [PATCH] Add unique note creator --- core-plugins.json | 2 +- zk-prefixer.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 zk-prefixer.json diff --git a/core-plugins.json b/core-plugins.json index 9aae1f6..b8a7f66 100644 --- a/core-plugins.json +++ b/core-plugins.json @@ -18,7 +18,7 @@ "editor-status": true, "bookmarks": false, "markdown-importer": false, - "zk-prefixer": false, + "zk-prefixer": true, "random-note": false, "outline": false, "word-count": true, diff --git a/zk-prefixer.json b/zk-prefixer.json new file mode 100644 index 0000000..2ce6f9e --- /dev/null +++ b/zk-prefixer.json @@ -0,0 +1,5 @@ +{ + "format": "YYYY.MM.DD HH.mm", + "template": "Templates/Timestamped note template.md", + "folder": "Notes" +} \ No newline at end of file