jonathanyeung / mark-sharp

Mark Sharp WYSIWYG Markdown Editor for VS Code
41 stars 0 forks source link

Feature Request: A way to insert images from external URLs #32

Open amks1 opened 1 month ago

amks1 commented 1 month ago

Is your feature request related to a problem? Please describe. There's no easy way to insert an image that's hosted on a server somewhere. I myself prefer to insert image files hosted on a CDN into my md files. The way that I have to do this right now is to type the following manually: ![image title](image url)

Describe the solution you'd like There should be a slash command to insert images from URLs, in addition to the 2 that are already available for uploading a file and for inserting an html block. Ideally this should open a dialog to paste the URL and enter the title.

jonathanyeung commented 1 month ago

@amks1 - that's a great idea for a slash command! I'll add it to the backlog.

amks1 commented 1 month ago

Any chance to get this quickly? I have to create dozens of documents with lots of images, and since there was no feature preview, I only found that this wasn't possible after I bought the extension. ðŸ«