Open koppor opened 4 years ago
JabRef should support mindmapping as it was offered by Docear.
Since the native FileFormat of JabRef is BibTeX, also the nodes in the mindmap should be stored as BibTeX:
@mindmapnode{node0, text = {...}, cildren = {node1,node5,node2} } @mindmapnode{node1, test = {**markdown**}, icons = {exlamation,note}, bibentry = {ukl09}, collapsed = {true} }
bibentry
children
parent
Try out XMind and MindManager.
We cannot use FreeMind/Freeplane, because we are MIT and not GPL (any more) --> We need to implement it on ourselfes.
prefux is out of date.
Try with Chromium inside JavaFx and use some JavaScript framework.
Alterantive Format: XmindMark
Seasons - Spring - Summer - Autumn - Winter
JabRef should support mindmapping as it was offered by Docear.
Since the native FileFormat of JabRef is BibTeX, also the nodes in the mindmap should be stored as BibTeX:
bibentry
allows liking of one entry - multiple ones have to go to separate nodeschildren
: Order is stored in the arrayparent
to keep data structure lean + order has to be given as numbersBackground on MindMapping
Try out XMind and MindManager.
Implementation hints
We cannot use FreeMind/Freeplane, because we are MIT and not GPL (any more) --> We need to implement it on ourselfes.
prefux is out of date.
Try with Chromium inside JavaFx and use some JavaScript framework.