Add filename_space_subst config option (#198)

* add filename_space_subst configuration option

* add docs for new filename_space_subst

* fix template refactor bug
This commit is contained in:
skovati
2023-01-07 21:05:14 +00:00
committed by GitHub
parent 00026d6295
commit 7a6e89131e
3 changed files with 26 additions and 3 deletions

View File

@@ -312,6 +312,9 @@ require('telekasten').setup({
-- UUID separator
uuid_sep = "-",
-- if not nil, this string replaces spaces in the title when generating filenames
filename_space_subst = nil,
-- following a link to a non-existing note will create it
follow_creates_nonexisting = true,
dailies_create_nonexisting = true,