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