Add commands to insert images/links in markdown (#163706)

* Add commands to insert images/links in markdown

Fixes #162809

* Rename commands and allow passing in uris

* Support selecting many images/files
This commit is contained in:
Matt Bierner
2022-10-14 16:05:36 -07:00
committed by GitHub
parent 129dbaa32b
commit 641046a11d
7 changed files with 186 additions and 49 deletions

View File

@@ -22,6 +22,8 @@
"markdown.preview.refresh.title": "Refresh Preview",
"markdown.preview.toggleLock.title": "Toggle Preview Locking",
"markdown.findAllFileReferences": "Find File References",
"markdown.editor.insertLinkFromWorkspace": "Insert Link to File in Workspace",
"markdown.editor.insertImageFromWorkspace": "Insert Image from Workspace",
"configuration.markdown.preview.openMarkdownLinks.description": "Controls how links to other Markdown files in the Markdown preview should be opened.",
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor.",
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the Markdown preview.",