Skip to content

Evaluates org mermaid source blocks automatically and shows the corresponding mermaid diagram in the Org file

License

Notifications You must be signed in to change notification settings

HamstyOnTour/org-mermaid-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

org-mermaid-render

Evaluates org mermaid source blocks automatically and shows the corresponding mermaid diagram in the Org file

Setup: Install accodrding to https://github.com/arnm/ob-mermaid

Checkout this repo.

Add the following line to your init.el

(load "/your/path/to/org-mermaid-render.el")
(add-hook 'after-change-functions #'mermaid-org-babel-execute-on-change)

/your/path/to must be replaced with your local pathing to this repo.

add hook activates the toggle to render your mermaid diagrams automatically.

to toggle use M-x mermaid-org-render-toggle

About

Evaluates org mermaid source blocks automatically and shows the corresponding mermaid diagram in the Org file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published