-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Labels
extension infrastructureFeedback for extensions APIs, creation, management, etcFeedback for extensions APIs, creation, management, etcfeature[core label][core label]markdownMarkdown markup supportMarkdown markup supportpotential extensionFunctionality that could be implemented as an extension (consider moving to community extensions)Functionality that could be implemented as an extension (consider moving to community extensions)
Description
Summary
Support pasting images from clipboard into Markdown and other documents being edited.
Description
Functionality similar to GitHub when editing a Markdown document, whereby when you paste image data from the clipboard it does the following:
- Creates an image file from the pasted clipboard data in a folder adjacent to the file you are currently editing. (e.g. something for something.md/something.py)
- The relative path of that new file is pasted into the buffer,
./something/something001.png. - When editing a Markdown file instead of
./something/something001.pngyou'd get
Optionally include a setting with a filename template to configure the folder/file name where images should be pasted (e.g. ./${basename}_${counter}, .images/pasted_image_${counter}, etc).
Extension prior art:
Blankeos, Moelf, esamattirs, niekdomi, kazuhideoki and 4 more
Metadata
Metadata
Assignees
Labels
extension infrastructureFeedback for extensions APIs, creation, management, etcFeedback for extensions APIs, creation, management, etcfeature[core label][core label]markdownMarkdown markup supportMarkdown markup supportpotential extensionFunctionality that could be implemented as an extension (consider moving to community extensions)Functionality that could be implemented as an extension (consider moving to community extensions)