update readme: optional note creation

This commit is contained in:
Rene Schallner
2021-11-21 19:38:11 +01:00
parent 4c6b7b2e34
commit 3bc1269f0f
2 changed files with 57 additions and 3 deletions

View File

@@ -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',
}