more sane defaults for pasted images

This commit is contained in:
Rene Schallner
2021-11-26 05:38:21 +01:00
parent 723a2d25ef
commit 87c4c1de21
3 changed files with 8 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ telekasten.setup({opts})
Sub-directory where pasted images should go to. Set to `nil` if images
should not go into a sub-directory.
Default: 'img'
Default: `nil`
*telekasten.settings.image_link_style*
image_link_style: ~
@@ -154,7 +154,7 @@ telekasten.setup({opts})
- 'wiki' .. places links like this: `![[image_name]]`
- 'markdown' .. `![](image_subdir/image_name)`
Default: 'wiki'
Default: 'markdown'
*telekasten.settings.follow_create_nonexisting*
follow_creates_nonexisting: ~