mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Merge branch 'renerocksai:main' into windows_file_path_clean
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user