From aef29affa374cdd9093a9568c634bcfa2002e94c Mon Sep 17 00:00:00 2001 From: Kamal Kishor Joshi Date: Sat, 2 Mar 2024 23:19:11 +0530 Subject: [PATCH 1/4] Add LLM integration section in productivity tools and add HueHive 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. --- packages/mermaid/src/docs/ecosystem/integrations-community.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/mermaid/src/docs/ecosystem/integrations-community.md b/packages/mermaid/src/docs/ecosystem/integrations-community.md index 24812bb3d..03e322016 100644 --- a/packages/mermaid/src/docs/ecosystem/integrations-community.md +++ b/packages/mermaid/src/docs/ecosystem/integrations-community.md @@ -65,6 +65,8 @@ To add an integration to this list, see the [Integrations - create page](./integ - [Markdown for mermaid plugin](https://github.com/jamieh-mongolian/markdown-for-mermaid-plugin) - [redmine-mermaid](https://github.com/styz/redmine_mermaid) - Visual Studio Code [Polyglot Interactive Notebooks](https://github.com/dotnet/interactive#net-interactive) +- LLM integrations + - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) ### CRM/ERP From be6b3176f4b4955d7e1e8157d104e016162580d1 Mon Sep 17 00:00:00 2001 From: Kamal Joshi Date: Sun, 3 Mar 2024 08:51:55 +0530 Subject: [PATCH 2/4] fix linting issues --- packages/mermaid/src/docs/ecosystem/integrations-community.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mermaid/src/docs/ecosystem/integrations-community.md b/packages/mermaid/src/docs/ecosystem/integrations-community.md index 03e322016..7491a2d02 100644 --- a/packages/mermaid/src/docs/ecosystem/integrations-community.md +++ b/packages/mermaid/src/docs/ecosystem/integrations-community.md @@ -66,7 +66,7 @@ To add an integration to this list, see the [Integrations - create page](./integ - [redmine-mermaid](https://github.com/styz/redmine_mermaid) - Visual Studio Code [Polyglot Interactive Notebooks](https://github.com/dotnet/interactive#net-interactive) - LLM integrations - - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) + - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) ### CRM/ERP @@ -249,4 +249,4 @@ Communication tools and platforms - [mermaid-isomorphic](https://github.com/remcohaszing/mermaid-isomorphic) - [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server) - + From 9fa681f5a809e28567679bb81970e05c2f131f41 Mon Sep 17 00:00:00 2001 From: Kamal Joshi Date: Thu, 7 Mar 2024 13:23:43 +0530 Subject: [PATCH 3/4] build docs --- docs/ecosystem/integrations-community.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ecosystem/integrations-community.md b/docs/ecosystem/integrations-community.md index 2dc815ee2..5947a9269 100644 --- a/docs/ecosystem/integrations-community.md +++ b/docs/ecosystem/integrations-community.md @@ -70,6 +70,8 @@ To add an integration to this list, see the [Integrations - create page](./integ - [Markdown for mermaid plugin](https://github.com/jamieh-mongolian/markdown-for-mermaid-plugin) - [redmine-mermaid](https://github.com/styz/redmine_mermaid) - Visual Studio Code [Polyglot Interactive Notebooks](https://github.com/dotnet/interactive#net-interactive) +- LLM integrations + - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) ### CRM/ERP @@ -252,4 +254,4 @@ Communication tools and platforms - [mermaid-isomorphic](https://github.com/remcohaszing/mermaid-isomorphic) - [mermaid-server: Generate diagrams using a HTTP request](https://github.com/TomWright/mermaid-server) - + From 5f84344c3c6866ab1cd9508e2359632982aa3bd6 Mon Sep 17 00:00:00 2001 From: Kamal Joshi Date: Thu, 7 Mar 2024 20:20:58 +0530 Subject: [PATCH 4/4] make LLM integrations a new headline --- docs/ecosystem/integrations-community.md | 8 ++++++-- .../mermaid/src/docs/ecosystem/integrations-community.md | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/ecosystem/integrations-community.md b/docs/ecosystem/integrations-community.md index 5947a9269..d3633bca3 100644 --- a/docs/ecosystem/integrations-community.md +++ b/docs/ecosystem/integrations-community.md @@ -70,8 +70,12 @@ To add an integration to this list, see the [Integrations - create page](./integ - [Markdown for mermaid plugin](https://github.com/jamieh-mongolian/markdown-for-mermaid-plugin) - [redmine-mermaid](https://github.com/styz/redmine_mermaid) - Visual Studio Code [Polyglot Interactive Notebooks](https://github.com/dotnet/interactive#net-interactive) -- LLM integrations - - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) + +### LLM integrations + +LLM integrations to create mermaid diagrams using AI from text descriptions. + +- [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) ### CRM/ERP diff --git a/packages/mermaid/src/docs/ecosystem/integrations-community.md b/packages/mermaid/src/docs/ecosystem/integrations-community.md index c397aae9c..4dbe49f5d 100644 --- a/packages/mermaid/src/docs/ecosystem/integrations-community.md +++ b/packages/mermaid/src/docs/ecosystem/integrations-community.md @@ -65,8 +65,12 @@ To add an integration to this list, see the [Integrations - create page](./integ - [Markdown for mermaid plugin](https://github.com/jamieh-mongolian/markdown-for-mermaid-plugin) - [redmine-mermaid](https://github.com/styz/redmine_mermaid) - Visual Studio Code [Polyglot Interactive Notebooks](https://github.com/dotnet/interactive#net-interactive) -- LLM integrations - - [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) + +### LLM integrations + +LLM integrations to create mermaid diagrams using AI from text descriptions. + +- [HueHive - Create mermaid diagrams with text](https://huehive.co/tools/diagrams) ### CRM/ERP