You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-28Lines changed: 5 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -2,42 +2,19 @@
2
2
This extension provides that insert a file contents in active editor.
3
3
4
4
## Features
5
-
This extension provides 'insert-file' command.
5
+
This extension provides 'Insert File' commands. These commands support selected text data into the active editor, and insert link and block by markdown notation.
6
6
7
-
- Insert File
7
+
- Insert File
8
8
- Insert File As Link (Markdown)
9
+
- Insert File As Code Block (Markdown)
10
+
- Insert File As Image Link (Markdown)
9
11
10
-
If your want to insert a file in your editing text, enter 'insert-file' command in command pallet and select a file
11
-
then selected file contents will insert into your editing text.
0 commit comments