# Is there an online mindmap that can be integrated in discourse?

**URL:** https://meta.discourse.org/t/is-there-an-online-mindmap-that-can-be-integrated-in-discourse/79182
**Category:** Support
**Created:** [28 januari 2018 om 05:08 UTC](https://meta.discourse.org/t/is-there-an-online-mindmap-that-can-be-integrated-in-discourse/79182 "2018-01-28T05:08:10Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [18 november 2018 om 22:47 UTC](https://meta.discourse.org/t/is-there-an-online-mindmap-that-can-be-integrated-in-discourse/79182/4 "2018-11-18T22:47:14Z")

</div>

Have you looked at the graphviz plugin?

> [@Discourse Graphviz](https://meta.discourse.org/t/graphviz-plugin/97554):
>
> discourse2Summary Discourse Graphviz provides the ability to add graphs to posts using the DOT language.open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. Features This plugin uses the [Viz.js](https://github.com/mdaines/viz.js) library to render graphs. To embed a graph use [graphviz] [/graphviz] bbcode. Optionally you can define layout engine attributes: [graphviz engine=neato]. If engine is not defined, it defaults to the dot engine…

You can type this

```plaintext
[graphviz engine=circo]
graph {
    a [label="Discourse Plugins"]
    a -- "discourse-adplugin"
    a -- "discourse-affiliate"
    a -- "discourse-cakeday"
    a -- "discourse-canned-replies"
    a -- "discourse-calendar"
}
[/graphviz]

```

To make a graph like this:

 ![vizgraph-20181118-237-nw2mb7.png](https://global.discourse-cdn.com/meta/original/3X/d/1/d16dc5fda797360366047f5f22ec80df2072afdf.png)

---

_[View the full topic](https://meta.discourse.org/t/is-there-an-online-mindmap-that-can-be-integrated-in-discourse/79182)._
