timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

how to handle variable path #107

Closed ddatsh closed 7 years ago

ddatsh commented 7 years ago

in my jekyll blog my markdown content is

![mac]({{ site.url }}/imgs/mac/mac1.png)

how to preview this picture with OmniMarkupPreviewer? no modify to ![mac](../imgs/mac/mac1.png)

can I define {{ site.url }} to some fixed dir in my local file system?