Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MindMap ?

A topic by ItsJustAGame created Mar 23, 2021 Views: 259 Replies: 2
Viewing posts 1 to 2

Hello, I've been using deepdwn from a month now and I like it a lot.
the charts and diagram are very cool.

I'm using https://markmap.js.org/repl/ a lot for my projects and I would love if something like this was added to deepdwn
I saw an issue on the mermaid github about that https://github.com/mermaid-js/mermaid/issues/448
but I don't think it will come soon.

(1 edit)

That’s a cool project.

I think it would be tough to integrate it as-is (for the whole document) because of diagram support.

I might be able to add something like:

```mindmap
# Heading
## Second level heading
...etc...
```

But adding markdown in a code block in a markdown document, in order to render a mind map feels pretty roundabout.

The syntax isn’t as convenient, but you can also use a mermaid flowchart:

Mermaid LR flowchart with top level and descending sections to mimic a mindmap

I’ll think about other options

Thank you for considering the options .
I tried with the flowchart but has you say, it's not convenient.

I hope you will find something that fit well.