MarkdownDropThis is a very simple VSCode extension that allows you to drag and drop files into a Markdown document, which uploads them into an S3 bucket and inserts that URL as the image. SetupYou need to have a
By default it will insert normal markdown syntax, but if you want something else, you can add the "imageTagTemplate" with optional $url and $filename variables. The example above will insert a custom React component. UsageDrag and drop a file into a Markdown document. It's important to hold down the shift key while dropping the file, otherwise VSCode will simply open the image. LicenseThis project is licensed under the MIT License. See the LICENSE.txt file for details |