sublime-MarkdownImages
sublime-MarkdownImages copied to clipboard
Sublime Text 3 plugin to render images in markdown files
Yes I do realize that the package description is for Sublime Text v3, but it would be extremely helpful to migrate this to work on v4. 🙏
Hello! This is an absolutely awesome package – thanks for making it! I've found two issues in getting image paths recognized: 1. Can't get paths with spaces to work. Quotes...
Thank you so much for the plugin! Very useful. I would love to be able to embed imaged in .md files to have everything self-contained. For example, I could have...
I've noticed that after installing the plugin moving the cursor to the end of of line by pressing `End` key moves it to the end of the previous line. Not...
Markdown Images worked for me for some time, but stopped working a couple of days ago in all of my markdown files that previously rendered the images perfectly. All I...
This can maybe use sublime.set_timeout_async. A potential issue is the embedded image shadow is tied to a URL's region which could shift by the time the image loads
This PR proposes to migrate this plugin to ST4's python 3.8 plugin host. I've been using it on python 3.8 for quite some years without issues.
Amazing plugin, can I get it to preview images in any file type such as .ts or .txt? Tried https://github.com/alvesjtiago/hover-preview which is based on your plugin and its a fantastic...