Replies: 4 comments 3 replies
-
You could use a docker image to run Mermaid locally. I am using https://hub.docker.com/r/johnsinclair73/mermaid-live-editor#! |
Beta Was this translation helpful? Give feedback.
-
Ok, if the mermaid live editor is running in an offline environment, is it possible to use that editor as a mermaid rendering engine for a different (still offline) site/app ? (example : some web apps can integrate external rendering engines by pointing to a source - in this case something like mermaid.js ) |
Beta Was this translation helpful? Give feedback.
-
@canadabri I didn't understand what you meant by this. Mermaid does not need the internet to run. If you use the mermaid.min.js file, it's a standalone bundle which will work without anything else. |
Beta Was this translation helpful? Give feedback.
-
@sidharthv96 Perhaps I misunderstood from another support forum (for a redmine plugin) why Mermaid could not be upgraded on a particular module for that system. They mentioned callbacks were preventing the upgrade to support mermaid v9 and above. I thought they were indicating that versions now called back to a CDN location of mermaid so an entirely locally saved JS file would not work/be possible. I have a few web apps (redmine, wikiJS) installed for collab areas at work, and using the latest version of Mermaid would be great, but I am not sure how to upgrade them so I am still at v8.8.4 in those environments. |
Beta Was this translation helpful? Give feedback.
-
I am wondering if the live editor can be installed in a offline (no internet) environment? If yes, are there install instructions for that (is there a manual installation method, or is docker the only way)?
I am assuming that Mermaid version would have to be v8.8.4 (this is the latest version I have found that Mermaid can be used without the Internet being available).
Beta Was this translation helpful? Give feedback.
All reactions