All Projects → io12 → Org Fragtog

io12 / Org Fragtog

Licence: mit
Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them

Projects that are alternatives of or similar to Org Fragtog

Ox Jira.el
Org-mode export backend for JIRA markup
Stars: ✭ 88 (-40.94%)
Mutual labels:  emacs, org-mode
Weblorg
Static Site Generator for Emacs
Stars: ✭ 103 (-30.87%)
Mutual labels:  emacs, org-mode
Eless
A Better 'less' - A bash script that loads emacs with minimal view-mode config - Created with Org mode
Stars: ✭ 94 (-36.91%)
Mutual labels:  emacs, org-mode
Org Wild Notifier.el
Alert notifications for org-agenda
Stars: ✭ 84 (-43.62%)
Mutual labels:  emacs, org-mode
Walkman
Write HTTP requests in Org mode and replay them at will using cURL
Stars: ✭ 120 (-19.46%)
Mutual labels:  emacs, org-mode
Emagicians Starter Kit
🐰 My own take on an Emacs Starter Kit, with Secret Alien Org Mode Superpowers. -|-+-|-
Stars: ✭ 85 (-42.95%)
Mutual labels:  emacs, org-mode
Ox Rst
reStructuredText Back-End for Org-Mode Export Engine
Stars: ✭ 94 (-36.91%)
Mutual labels:  emacs, org-mode
Org Sticky Header
Show off-screen Org heading at top of window
Stars: ✭ 68 (-54.36%)
Mutual labels:  emacs, org-mode
Cheatsheet
Pretty cheat sheets, or ``reference cards'', obtainable from Org files.
Stars: ✭ 116 (-22.15%)
Mutual labels:  emacs, org-mode
Emacs Gtd
Get Things Done with Emacs
Stars: ✭ 111 (-25.5%)
Mutual labels:  emacs, org-mode
Org Zettelkasten
An opinionated setup for managing large collections of interlinked org files.
Stars: ✭ 77 (-48.32%)
Mutual labels:  emacs, org-mode
Magic Latex Buffer
Magical syntax highlighting for LaTeX-mode buffers
Stars: ✭ 135 (-9.4%)
Mutual labels:  latex, emacs
Org Kanban
Simple approach to kanban with emacs' org-mode
Stars: ✭ 74 (-50.34%)
Mutual labels:  emacs, org-mode
Fundamental Haskell
Fundamental Haskell book, to the point terse statements on Haskell, Category theory, and related fields. Encyclopedic pocketbook of meaning. Zen kōan-like meditations of understanding. For quick or memory curve spaced repetition learning.
Stars: ✭ 88 (-40.94%)
Mutual labels:  emacs, org-mode
Dmacs
Emacs Literate Configuration with borg
Stars: ✭ 74 (-50.34%)
Mutual labels:  emacs, org-mode
Organice
An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
Stars: ✭ 1,327 (+790.6%)
Mutual labels:  emacs, org-mode
Vscode Org Mode
Emacs Org Mode for Visual Studio Code
Stars: ✭ 1,096 (+635.57%)
Mutual labels:  emacs, org-mode
Org Web
org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive
Stars: ✭ 1,133 (+660.4%)
Mutual labels:  emacs, org-mode
Org Brain
Org-mode wiki + concept-mapping
Stars: ✭ 1,512 (+914.77%)
Mutual labels:  emacs, org-mode
Novels.org
Novels.org - Your Novels in Plain Text (Emacs . org-mode)
Stars: ✭ 120 (-19.46%)
Mutual labels:  emacs, org-mode

[[https://melpa.org/#/org-fragtog][file:https://melpa.org/packages/org-fragtog-badge.svg]]

  • org-fragtog Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them ** About [[https://orgmode.org/][Org mode]] supports [[https://orgmode.org/manual/Previewing-LaTeX-fragments.html#Previewing-LaTeX-fragments][inline image previews]] of [[https://orgmode.org/manual/LaTeX-fragments.html][LaTeX fragments]]. These can be toggled with @@html:@@ C-c C-x C-l @@html:@@. org-fragtog automates this, so fragment previews are disabled for editing when your cursor steps onto them, and re-enabled when the cursor leaves.

[[./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.

Note that org-fragtog requires a newer version of Org mode than what is currently distributed with Emacs. You can get the latest version of Org from [[https://orgmode.org/elpa.html][Org ELPA]].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].