- Allow preview of markdown citations if you have autocomplate-bibtex installed (or any compatible reference provider)
- Allow triggering markdown image preview with cursor in image text
- Fixed not working on first load under certain conditions
- Added support for language-markdown math and image links
- added force reload button to image view
- now guesses file extension if not given in both markdown and latex - write the file name without the extension and it will attempt to find .jpg, .png. .gif, .svg files in that order
- Added zoom controls to image view
- Added basic support for Tex Images
- Converted project to ES6 to be more future proof
- Tweaks to activation
- Nicer menu label
- workaround for Atom uncaught error on scroll
- Fix for uncaught error
- Block decorations! Now requires Atom >1.6.0. Previews will be shown as blocks in between the text. A new option in the settings allows to revery to old behaviour. By default, previews for inline maths are still shown as overlays so that they can align with in-text formula.
- in the spirit of the npm-dependency meltdown, removed all non-critical dependencies (notably space-pen). Should also result in faster loading.
- bumped mathjax to latest version.
- math preview style tweaks
- fixes for image preview styles
- Removed KaTeX rendering, only use mathjax for improved display consistency
- Use SVG rendering for speed/consistency
- Use linter-themed bubbles (dark style)
- "Loading" animations for Tex rendering
- Updated Mathjax to 2.6 beta
- hotfix
- fix for inline math live update
- fixed bug with multiple open previews
- RELEASE CANDIDATE pending more in-use testing + bug tracking
- Added option for language associate (makes it possible to add other languages in future)
- Preview box should follow math as you type
- Math preview updates as you type
- Support for raw code and tex blocks
- replaced full MathJax bundle with stripped-down install, corrected path bug
- enabled mathjax and got it working (installs a complete MathJax, might be slow to install)
- fixed invalid call to mathjax (which was disabled in earlier version)
- disabled loading mathjax for now to speed up plugin loading