koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 15 forks source link

Sketch: Docear in JabRef (Mindmapping) #433

Open koppor opened 4 years ago

koppor commented 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}
}

Background 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.

koppor commented 2 years ago

Alterantive Format: XmindMark

Seasons
- Spring
- Summer
- Autumn
- Winter