Add UUID prefix to new notes

This commit is contained in:
lambtho12
2022-01-27 10:54:30 +01:00
parent 15f68e7d9f
commit 9705f5795b
3 changed files with 58 additions and 0 deletions

View File

@@ -238,6 +238,11 @@ require('telekasten').setup({
-- markdown file extension
extension = ".md",
-- prefix file with uuid
prefix_title_by_uuid = false,
-- file uuid type ("rand" or input for os.date()")
uuid_type = "%Y%m%d%H%M",
-- following a link to a non-existing note will create it
follow_creates_nonexisting = true,
dailies_create_nonexisting = true,