Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE Plugin not working #87

Open
sidharthv96 opened this issue Aug 26, 2024 · 2 comments
Open

IDE Plugin not working #87

sidharthv96 opened this issue Aug 26, 2024 · 2 comments

Comments

@sidharthv96
Copy link
Member

Description

When I sync my projects with my api key, they load but will not open in WebStorm or Visual Studio Code

https://youtu.be/3qt0S6KYiSc

Steps to reproduce

Create Mermaid account
Download plugin
Create sample chart
Add key to plugin
Load my charts successfully
🐛🚨 Click chart and nothing happens

Screenshots

video is worth like 1,000 screenshots I've heard: https://youtu.be/3qt0S6KYiSc

Originally posted by @technoplato on mermaid-js/mermaid#5768

@jgreywolf
Copy link

@technoplato
In viewing the video I think what is missing is that the plugins for jetbrains and vscode currently do not allow you to edit or view the diagram directly from the listing. Instead, when you have a file open and you click on the diagram name it will insert a reference (as a comment) to your diagram into the code directly.

After which you can click on either "edit" (which will open the mermaidchart.com webpage in a browser window) or "view" which should open a preview of the diagram

@technoplato
Copy link

@technoplato In viewing the video I think what is missing is that the plugins for jetbrains and vscode currently do not allow you to edit or view the diagram directly from the listing. Instead, when you have a file open and you click on the diagram name it will insert a reference (as a comment) to your diagram into the code directly.

After which you can click on either "edit" (which will open the mermaidchart.com webpage in a browser window) or "view" which should open a preview of the diagram

Thanks for the response will try this next time I’m working on mermaid chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@jgreywolf @technoplato @sidharthv96 and others