From 88ea2d30688c2d8b51bf657f376ea80c29baf336 Mon Sep 17 00:00:00 2001 From: leneffets <74921589+leneffets@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:39:02 +0100 Subject: [PATCH] update readme with paste image section (#925) * update readme with paste image section * Update README.md Co-authored-by: Guillaume Grossetie * as suggested --------- Co-authored-by: Guillaume Grossetie --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 65e9ccfd..8961d50d 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,16 @@ The extension provides a quick command to export your AsciiDoc file as DocBook. **ℹ️ Note:** Only DocBook 5 is supported. +### Paste Image + +The extension provides a quick command to paste an image from clipboard. + +* Copy an image in your clipboard +* Open the command palette - `ctrl+shift+p` or `F1` (Mac: `cmd+shift+p`) +* Select _AsciiDoc: Paste Image_ (or use the shortcut `ctrl+alt+v`, Mac: `option+cmd+v`) +* The image file with current timestamp is generated in the same folder +* in the working document an image macro is inserted + ### Snippets Several code snippets are provided including but not limited to: include statements, images, links, header, headings, lists, blocks, etc...