vscode-mermaid-editor icon indicating copy to clipboard operation
vscode-mermaid-editor copied to clipboard

Live editor and image creator for mermaid.js in Visual Studio Code

Results 34 vscode-mermaid-editor issues
Sort by recently updated
recently updated
newest added

Support mermaid version 10.9.0

**Describe the bug** I get Syntax error in text. Even the standard example from mermaid: **To Reproduce** sequenceDiagram Alice->>+John: Hello John, how are you? Alice->>+John: John, can you hear me?...

bug

VS Code supports automatically switching between light and dark themes. It would be nice if the mermaid preview would respect that.

**Describe the bug** `` renders as `` instead a newline in timeline diagram **To Reproduce** ``` timeline 2001 : black and ``` renders as ![image](https://github.com/tomoyukim/vscode-mermaid-editor/assets/25611683/9611a9e2-9918-4676-a598-350f039d1e58) **Expected behavior** `` should render...

bug

When I want to reference a local image that I hope to be included in my preview the image link is broken. An example is in this following code block...

bug

The ZOOM_MAX_SCALE constraint results in an insufficient level of zoom for large ERDs with many relationships. Zoom scale appears to increment by 0.1 in the preview window. I think increasing...

I have fixed this "issue" myself locally and wanted to share since there is no guide of how to contribute to the project. 1. package.json > "contributes" > "languages" add...

bug

**Describe the bug** ``` flowchart TB A-->B %%abc ``` **Expected behavior** preview ignore the exegesis **Screenshots** ![image](https://github.com/tomoyukim/vscode-mermaid-editor/assets/69887114/0633a15c-124f-416b-8e5c-30441ca5bfd7) **Desktop (please complete the following information):** - OS: windows11 - VSCode version: 1.81.1...

bug

**Describe the bug** Using vscode plugin to show preview of mermaid code. It kept giving a "syntax error in graph mermaid version 9.4.0". **To Reproduce** Steps to reproduce the behavior:...

bug

I just installed the VS Code extension that I just downloaded from the marketplace. It works fine, except for mindmap. Issue #73 might suggest this issue was resolved, but I'm...

bug