Merge branch 'renerocksai:main' into windows_file_path_clean

This commit is contained in:
AustinS
2022-01-24 09:47:02 -06:00
committed by GitHub
5 changed files with 184 additions and 19 deletions

View File

@@ -176,18 +176,21 @@ telekasten.setup({opts})
*telekasten.settings.daily*
daily: ~
Path to your daily notes, to separate them from 'normal' notes.
Accepts absolute path or sub-directory name.
Default: '~/zettelkasten/daily'
*telekasten.settings.weekly*
weekly: ~
Path to your weekly notes, to separate them from 'normal' notes.
Accepts absolute path or sub-directory name.
Default: '~/zettelkasten/weekly'
*telekasten.settings.templates*
templates: ~
Path to your note templates.
Accepts absolute path or sub-directory name.
Default: '~/zettelkasten/templates'
@@ -199,8 +202,9 @@ telekasten.setup({opts})
*telekasten.settings.image_subdir*
image_subdir: ~
Sub-directory where pasted images should go to. Set to `nil` if images
should not go into a sub-directory.
Path to the directory where pasted images should go to. Accepts
absolute path or sub-directory name.Set to `nil` if images should not
go into a sub-directory.
Default: `nil`
@@ -330,6 +334,12 @@ telekasten.setup({opts})
Default: `smart`
*telekasten.settings.rename_update_links*
rename_update_links:~
If `true`, telekasten will automatically update the links after a file
has been renamed.
Default: `true`
*telekasten.calendar_opts*
-----------------------------------
Valid keys for {opts.calendar_opts}