Graphviz-based mindmap with TomboyAfter having started using Tomboy, I've already become addicted to it. It's basically a merger between a note taking tool and a desktop wiki (with some issues with WikiWords nonetheless: #396177). I was missing a Mind map feature though. Thus I wrote the tiny teeny hack of the day which processes Tomboy's notes from ~/.tomboy/ and generates a Graphviz graph that is then rendered (to SVG) and shown on the fly. Now I can just run mindmap to obtain a Mind map of my notes, the following is a sample result:
Enjoy mindmap
TODO
Kudos to Sebastian Menge who wrote the XSLT stylesheet I started from. |


i changed one line in the script to get it to work:
xsltproc $xsl $HOME/.local/share/tomboy/*.note | sed 's/^/ /' >> $dot
Dear Zack,
Great idea! I would love to use this for my own stuff . . . if I could.
I'm more noob than hacker and don't know how to install/integrate your tool into Tomboy.
Would you be able to help?
Thank you!!
(I'm using Ubuntu 11.10 if that matters)