io12 / org-fragtog

Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
MIT License
397 stars 14 forks source link
emacs latex org-mode toggle

[[https://melpa.org/#/org-fragtog][file:https://melpa.org/packages/org-fragtog-badge.svg]] [[https://github.com/io12/org-fragtog/actions/workflows/check.yml][file:https://github.com/io12/org-fragtog/actions/workflows/check.yml/badge.svg]]

[[./demo.gif]] ** Setup Install and load the package, then add the snippet below to your config.

+begin_src emacs-lisp

(add-hook 'org-mode-hook 'org-fragtog-mode)

+end_src

Although this package uses Org mode's fragment preview feature, it should work with anything that uses the same fragment syntax, such as Markdown files or formulas in code comments.