Sublime Forum

Help with Slight Plugin Modification

#1

So I found this plugin: gist.github.com/KatsuomiK/3542836

And it is very close to what I’m looking for. I am trying to use sublime for note taking, and need some way to store images in my notes. Since sublime is a text editor, I do not hope to have actual inline images. Instead, what makes the most sense to me is to have local file links which I can click to open up an image. This plugin has the same click link feature, but it opens web links in a browser rather than local files. I’m actually not sure on what the most user friendly option would be, but here is one idea.

Hover mouse over local link (e.g. /Users/gus/image.jpg)
Press some hotkey
Image opens up either in preview or the quick look feature in OSX (would be nice since you could close with a simple spacebar)

If necessary there could be some kind of tag for a local link.

I am not experienced with making sublime plugins, but something tells me this could be a quite simple endeavor for a skilled coder. If you can help me out I would greatly appreciate it (and so would anyone trying to use sublime for note taking and even coding at times)

0 Likes