cyrilou242 / jnotebook

Notebook for Java.
https://jnotebook.catheu.tech
MIT License
11 stars 3 forks source link

add server side mermaid generation #6

Closed cyrilou242 closed 11 months ago

cyrilou242 commented 11 months ago

the mermaid library takes a lot of time to load. we should allow generation server-side, similar to latex server side generation.

Problem is the mermaid library does not have server side support yet: https://github.com/mermaid-js/mermaid/issues/3650

another option is to use a headless browser or mermaid cli directly: https://github.com/mermaidjs/mermaid.cli

cyrilou242 commented 11 months ago

closing. now pre-generated with a headless browser See c5afc1b73e8f7979cfb64b185170f6322c55c285