mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Fix linting errors - blank lines and spaces
This commit is contained in:
parent
f1b3a0c2a7
commit
a9450d124b
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ You can paste an image from the clipboard with `cmd+alt+v`.
|
||||||
|
|
||||||
Images are automatically copied to the `/attachments` folder and a reference is added in the file where you pasted them.
|
Images are automatically copied to the `/attachments` folder and a reference is added in the file where you pasted them.
|
||||||
|
|
||||||
A prompt will ask you to confirm the name of the image, to disable it set `"pasteImage.showFilePathConfirmInputBox": false,` in the settings.
|
A prompt will ask you to confirm the name of the image, to disable it set `"pasteImage.showFilePathConfirmInputBox": false,` in the settings.
|
||||||
|
|
||||||
To change the location where the image is created, change the `pasteImage.path` property, e.g.:
|
To change the location where the image is created, change the `pasteImage.path` property, e.g.:
|
||||||
|
|
||||||
- `${currentFileDir}`: save the image next to the file
|
- `${currentFileDir}`: save the image next to the file
|
||||||
- `${currentFileDir}/images`: create an `images` directory next to the file and save the image there
|
- `${currentFileDir}/images`: create an `images` directory next to the file and save the image there
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue