update readme with new template_handling and new_note_location opts

This commit is contained in:
Rene Schallner
2021-12-25 13:37:50 +01:00
parent 1a13b03171
commit e769c62b56
2 changed files with 46 additions and 1 deletions

View File

@@ -94,7 +94,8 @@ M.Cfg = {
show_tags_theme = "ivy",
-- template_handling
-- What to do when creating a new note via `new_note()` or `follow_link()` to a non-existing note
-- What to do when creating a new note via `new_note()` or `follow_link()`
-- to a non-existing note
-- - prefer_new_note: use `new_note` template
-- - smart: if day or week is detected in title, use daily / weekly templates (default)
-- - always_ask: always ask before creating a note