ob-mermaid
ob-mermaid copied to clipboard
Generate mermaid diagrams within Emacs org-mode babel
I am using emacs 29.0.50 in win10, and installed mermaid and ob-mermaid. when using mermaid in org-mode, mermaid can convert english word correct, but chinese can not show in image....
Is it possible to get the mermaid diagram to output embedded into the orgfile itself?
Is this a stalled/suspended project, or is the plan to actively develop it? I found `mermaid-mode` which is certainly different (not org-babel).
If I made a syntax error in my mermaid file, instead of reporting the error, the exporter hangs. Not sure how this would be solved, since it is mostly using...
It should link to: https://github.com/mermaid-js/mermaid-cli maybe adding also installation instructions like ``` yarn global add mermaid-cli ```
I tried to use the `cmdline` header argument in babel, but it is missing (I wanted to use the option -f, --pdfFit).
That is a feature request to consider. Whether it is a good pratice or not, is an open discussion. Use case: emacs runs as a service in a docker container...
Surprisingly CLI tool accepts `width` and `height` argument in string form. Instead of writing `:width "1200"`, writing `:width 1200` is more natural.
As `mermaid-cli` [allows piping from STDIN](https://github.com/mermaid-js/mermaid-cli/blob/d1103ea136622b700a14fff708e0bd7b73129696/README.md#piping-from-stdin) it would be nice to bypass the creation of a temporary file in this mode. This would make `ob-mermaid` work with [containerized installations](https://github.com/mermaid-js/mermaid-cli/blob/d1103ea136622b700a14fff708e0bd7b73129696/README.md#use-dockerpodman) without...
The new place is apparently https://github.com/mermaid-js/mermaid-cli.