From b117265fcbd8833684763f0c641d202845be28e9 Mon Sep 17 00:00:00 2001 From: ellenealds <107104287+ellenealds@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:08:13 +0100 Subject: [PATCH 1/3] Update Tutorials.md Added tutorial and application demo for AI generated Mermaid Mind Map --- packages/mermaid/src/docs/config/Tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/mermaid/src/docs/config/Tutorials.md b/packages/mermaid/src/docs/config/Tutorials.md index 875f152459..c6db9dacf9 100644 --- a/packages/mermaid/src/docs/config/Tutorials.md +++ b/packages/mermaid/src/docs/config/Tutorials.md @@ -20,6 +20,10 @@ The definitions that can be generated the Live-Editor are also backwards-compati [Eddie Jaoude: Can you code your diagrams?](https://www.youtube.com/watch?v=9HZzKkAqrX8) +## Mermaid with OpenAI + +[Elle Neal: Mind Mapping with AI: An Accessible Approach for Neurodiverse Learners Tutorial:](https://medium.com/@elle.neal_71064/mind-mapping-with-ai-an-accessible-approach-for-neurodiverse-learners-1a74767359ff), [Demo:](https://databutton.com/v/jk9vrghc) + ## Mermaid with HTML Examples are provided in [Getting Started](../intro/n00b-gettingStarted.md) From 0b663ecbbaa6cf47b25989cd8e4a43ee40cb3e24 Mon Sep 17 00:00:00 2001 From: ellenealds <107104287+ellenealds@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:59:33 +0100 Subject: [PATCH 2/3] Update cSpell.json --- cSpell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cSpell.json b/cSpell.json index ff9ef10743..9408a9b473 100644 --- a/cSpell.json +++ b/cSpell.json @@ -139,7 +139,9 @@ "vueuse", "xlink", "yash", - "zenuml" + "zenuml", + "Elle", + "Neurodiverse" ], "patterns": [ { "name": "Markdown links", "pattern": "\\((.*)\\)", "description": "" }, From 7fe9c9e139abd9c87373a419cb9d185c7f15a1ce Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 27 Jun 2023 19:07:34 +0530 Subject: [PATCH 3/3] Docs Build --- cSpell.json | 6 +++--- docs/config/Tutorials.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cSpell.json b/cSpell.json index 9408a9b473..de0dbc49d2 100644 --- a/cSpell.json +++ b/cSpell.json @@ -40,6 +40,7 @@ "dompurify", "edgechromium", "elkjs", + "elle", "faber", "flatmap", "ftplugin", @@ -84,6 +85,7 @@ "mkdocs", "mmorel", "mult", + "neurodiverse", "nextra", "orlandoni", "pathe", @@ -139,9 +141,7 @@ "vueuse", "xlink", "yash", - "zenuml", - "Elle", - "Neurodiverse" + "zenuml" ], "patterns": [ { "name": "Markdown links", "pattern": "\\((.*)\\)", "description": "" }, diff --git a/docs/config/Tutorials.md b/docs/config/Tutorials.md index 7b1530eaa8..8f6d7e1ab7 100644 --- a/docs/config/Tutorials.md +++ b/docs/config/Tutorials.md @@ -26,6 +26,10 @@ The definitions that can be generated the Live-Editor are also backwards-compati [Eddie Jaoude: Can you code your diagrams?](https://www.youtube.com/watch?v=9HZzKkAqrX8) +## Mermaid with OpenAI + +[Elle Neal: Mind Mapping with AI: An Accessible Approach for Neurodiverse Learners Tutorial:](https://medium.com/@elle.neal_71064/mind-mapping-with-ai-an-accessible-approach-for-neurodiverse-learners-1a74767359ff), [Demo:](https://databutton.com/v/jk9vrghc) + ## Mermaid with HTML Examples are provided in [Getting Started](../intro/n00b-gettingStarted.md)