mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user