This is a plug-in for sublime3 (Just 3 now!!!) to convert a formula in latex grammar to an url, which will show the picture of your equation. This is useful when markdown don't support latex equation, like in a GitHub README.
Of cource you can't install via package control. You should copy this repo to your sublime package folder. To find where the folder is, open default key binding file in Preferences -> Key Bindings - Default and hover your mouse pointer on the item bar of that file. You may see something like xxx\xxx\Packages\ stop at Packages! Put the repo there.
This code is a complement for this blog post which tells you more principles.
- Write equation in latex grammar, like
gain = talent + \sum_{n=today}^{\infty}\sigma(work). - Select the equation and press ctrl+alt+shift+u (no conflict ... god bless me ...).
- It change the equation into
. Picture looks like this:
This code referred this repo, which is a usable URL encoder-decoder plug-in for sublime 2&3.
MIT license.
