make uuid more robust

This commit is contained in:
lambtho12
2022-01-27 12:04:39 +01:00
parent c1008bff22
commit 767e6dc0c4
3 changed files with 39 additions and 8 deletions

View File

@@ -242,6 +242,8 @@ require('telekasten').setup({
prefix_title_by_uuid = false,
-- file uuid type ("rand" or input for os.date()")
uuid_type = "%Y%m%d%H%M",
-- UUID separator
uuid_sep = "-",
-- following a link to a non-existing note will create it
follow_creates_nonexisting = true,