From a9450d124bafc8f848065d1cb39cc7f55adcde2e Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 20:18:07 +0530 Subject: [PATCH] Fix linting errors - blank lines and spaces --- docs/how-to/paste-images-from-clipboard.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/paste-images-from-clipboard.md b/docs/how-to/paste-images-from-clipboard.md index 5aa55bf..759c17b 100644 --- a/docs/how-to/paste-images-from-clipboard.md +++ b/docs/how-to/paste-images-from-clipboard.md @@ -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. -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.: + - `${currentFileDir}`: save the image next to the file - `${currentFileDir}/images`: create an `images` directory next to the file and save the image there