mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
update readme: optional note creation
This commit is contained in:
@@ -26,11 +26,12 @@ ZkCfg = {
|
||||
|
||||
-- following a link to a non-existing note will create it
|
||||
follow_creates_nonexisting = true,
|
||||
dailies_create_nonexisting = true,
|
||||
|
||||
-- templates for new notes
|
||||
template_new_note = ZkCfg.home .. '/' .. 'templates/new_note.md',
|
||||
-- currently unused, hardcoded in daily_finder.sh:
|
||||
template_new_daily = ZkCfg.home .. '/' .. 'templates/daily.md',
|
||||
template_new_daily = ZkCfg.home .. '/' .. 'templates/daily_tk.md',
|
||||
-- currently unused
|
||||
template_new_weekly= ZkCfg.home .. '/' .. 'templates/weekly.md',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user