mermaid-live-editor
mermaid-live-editor copied to clipboard
Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
**Is your feature request related to a problem? Please describe.** I would really like to extend mermaid support to something like lucidchart or drawio. I understand the complexity of representing...
Develop
## :bookmark_tabs: Summary Brief description about the content of your PR: Resolves # ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions you made if...
Bumps [mermaid](https://github.com/knsv/mermaid) from 9.1.3 to 9.1.4. Release notes Sourced from mermaid's releases. 9.1.4 Release Notes Updates fix: add font-awesome css to docsify index.html (#3271) @heyfirst fix: remove right padding when...
**Describe the bug** When there are more than 8 branches, contrary to the documentation, mermaid doesn't cycle through branch styles, but rather completely ignores to draw branch lines and only...
**Describe the bug** The sequence diagram top/bottom margins get too big sometimes in the live editor. **To Reproduce** Link to Live Editor: [Link](https://mermaid.live/edit#pako:eNptkctuAyEMRX_F9bYzPzCLVH1Earrtlo0LTkDiMaWmVRTl38vAZJXxCo7PBcm-oE6GccIf_i4cNb85OmUKKkKtmbI47WaKAs_eab7HL-nrHr5ayt5t2PvfDfiRbFSx8_bLuNs9LnCCd_Y-NWEAm_6AMsM5ladNuWua4qKAZcoQeFWX3ljVsWXqw66nBzi0RLNr7GFbP8CR2cMpM8mq3AoHDJwDOVOneFl6CsVyYIVTPRo-UvGiUMVrVctsSHhvnKSMk-TCA1KR9HmO-nbvzrqIDq__dKuJoQ) Steps to reproduce the behavior: 1. Reduce...
## Context My team is evaluating Mermaid for use documenting many complex flows and sequences in application architecture. This will make for many quite lengthy source documents. The greatest value...
**Describe the bug** I created a class-hierarchy like diagram with 32 entries and the graph-TB style. Typing is sluggish, meaning that it takes about 200-400ms (a guess) for my key-stroke...
The lines `A --> B` should not go off-canvas. **To Reproduce** https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNqNkjFvgzAQhf-KdVMrhQpcQYpVZUk6dKgUtR29OHAJSNhGxgxVlP9eOxBoAlK62e_ee59s3REynSMwOBhRF-R7wxUhmY2j-IHDFk2jFYdHxlhmzxMTx6mbfGLWmtedWb0rsjX6YLBpep8ZfCR4ClZd2VlTyzBy2bVW1pS71pZa-Qoa0jAIkyBa-ttay7pCi3lfp4boXB0JvORh15KMnwcTnWVG6T-YdIZJp0x6w6RJ8jL_0Ogu1Gcn1E68xg7ayI2jJJ3n0rtcn51wO_Ev18Mc4gPlzi1HUdZk_MquUF5sN22dNHbBAiQaKcrcbd_ROzjYAiVyYO6Y4160leXA1clZ2zoXFt_y0moDbC-qBhcgWqu_flQGzJoWL6ZNKdwyy951-gVaktY2 ```mermaid graph TD ct515("Person"):::ct cr559("RecurIn Progress"):::cr cr559 -.-> ct515 cn701("Contribution2020-06-17Completed"):::cn cn701 -.-> ct515 cn701 --> cr559 cn701 -->...
## :bookmark_tabs: Summary Brief description about the content of your PR: Testing performance fix Resolves #891 ## :straight_ruler: Design Decisions Describe the way your implementation works or what design decisions...
**Is your feature request related to a problem? Please describe.** I usually keep the auto-sync off for performance reasons. And when writing diagrams, I always need to move the mouse...