Since mermaid diagram creation is a perfact usecase for LLMs adding a section for LLM integration make sense. HueHive is a tool to create and visualize mermaid diagrams with the help of ChatGPT.
Please let me know if it is fine to add this or this should be added in some other section. Thanks.
PS: I am creater of HueHive diagrams tool.
* develop:
Fix lint
Use Yarn Add COREPACK_ENABLE_STRICT
Updated chrome extension url's to new store
add name only when present in rectData
make name optional
feat: add name field to the actors
Changes to intro.md 1. Removed the Slack link 2. Updated the Discord invite link
Changes to intro.md 1. Removed the Slack invite and left only the Discord invite
Changes to intro.md 1. Added a link to the Discord server
Updated contributions file
#3358 Layoutfix for growing parent when children spans new rows due to updated columns widths
Update docs
Mermaid version 10.8.0
* master:
Changes to intro.md 1. Removed the Slack link 2. Updated the Discord invite link
Changes to intro.md 1. Removed the Slack invite and left only the Discord invite
Changes to intro.md 1. Added a link to the Discord server
Updated contributions file
Update docs
Mermaid version 10.8.0
Replace each link to mermaid-js.github.io with corresponding link
at the webhelp (/ website), using the redirects to get these links.
(The redirects are to the http:// sites. I replace it with the https://
links of course.)
The docs are availabe as webhelp, which is a nicer viewer than
the plain markdown at GitHub. So a little search & replace:
- "(./docs" --> "https://mermaid.js.org"
vim command ":%s/(.\/docs/(https:\/\/mermaid.js.org/g"
- ".md)" --> ".html)"
vim command ":%s/.md)/.html)/g"
The constributing page is not a plain markdown any more.
It is part of the generated webhelp, so link to this. Some of the links
were still to the symbolic link at the root of the repository.
1. Updates the Wikipedia citation to include a link.
2. Removed periods from documentation sections to be consistent (some had periods, some didn't)
3. Added a space to a coding example for spacing consistency.
The dashes are also part of the link to this section in the GitHub
webview and without the link does not work on GitHub.
Although, the additional dashes could not fix the link for other editors
(e.g. VSCodium with "Markdwn All in One" or an JetBrains IDE).