Skip to content

Commit 88ea2d3

Browse files
update readme with paste image section (#925)
* update readme with paste image section * Update README.md Co-authored-by: Guillaume Grossetie <[email protected]> * as suggested --------- Co-authored-by: Guillaume Grossetie <[email protected]>
1 parent cf68704 commit 88ea2d3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ The extension provides a quick command to export your AsciiDoc file as DocBook.
8686

8787
**ℹ️ Note:** Only DocBook 5 is supported.
8888

89+
### Paste Image
90+
91+
The extension provides a quick command to paste an image from clipboard.
92+
93+
* Copy an image in your clipboard
94+
* Open the command palette - `ctrl+shift+p` or `F1` (Mac: `cmd+shift+p`)
95+
* Select _AsciiDoc: Paste Image_ (or use the shortcut `ctrl+alt+v`, Mac: `option+cmd+v`)
96+
* The image file with current timestamp is generated in the same folder
97+
* in the working document an image macro is inserted
98+
8999
### Snippets
90100

91101
Several code snippets are provided including but not limited to: include statements, images, links, header, headings, lists, blocks, etc...

0 commit comments

Comments
 (0)