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

Please add support for Markmap syntax export for MindMaps #537

Open
Emasoft opened this issue May 19, 2023 · 0 comments
Open

Please add support for Markmap syntax export for MindMaps #537

Emasoft opened this issue May 19, 2023 · 0 comments

Comments

@Emasoft
Copy link

Emasoft commented May 19, 2023

Please add support for markmap syntax export:

https://markmap.js.org/repl

You can generate just the markup or also the mindmap svg.

MindMaps are very popular since they are used to map knowledge tree of LLM like ChatGPT.

You can ask GPT-4 to generate a 'mind map' of his knowledge about something.
GPT-4 is familiar with the markmap.js library. So if you ask it to create a detailed mindmap using the markup syntax, it will.
Here is how to do it:
1 - Ask GPT4 to create a "mind map of" something using markmap.js formatting. Example Prompt: "Please create a detailed mind map of an avocado using the markmap.js formatting".
2 - Copy the GPT response (the code part) and paste it to https://markmap.js.org/repl.
3 - Click 'Download interactive HTML' on the bottom of the graph to download the generated mindmap.
You can also ask GPT-4 to reformat the mindmap to markdown, so you can import it in programs like XMind. Example Prompt: "Create a mindmap in markdown format on the subject of ai, ethics, and society at least 3 levels deep. Then reformat it in markdown and give me the raw markup code, so I can import it into programs like XMind."

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

1 participant