Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sketch: Docear in JabRef (Mindmapping) #433

Open
koppor opened this issue Apr 3, 2020 · 1 comment
Open

Sketch: Docear in JabRef (Mindmapping) #433

koppor opened this issue Apr 3, 2020 · 1 comment
Labels

Comments

@koppor
Copy link
Owner

koppor commented Apr 3, 2020

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 allows liking of one entry - multiple ones have to go to separate nodes
  • children: Order is stored in the array
    • no parent pointer not to duplicate information
    • BAD: parent to keep data structure lean + order has to be given as numbers
  • MindMaps flow from left to right
  • Multiple root nodes could be possible -- all nodes without parent are root nodes -- mindmap selection possible
  • File attachment only via BibTeX
  • Future work: arrow connecting arbitrary entries

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
Copy link
Owner Author

koppor commented Jul 2, 2022

Alterantive Format: XmindMark

Seasons
- Spring
- Summer
- Autumn
- Winter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant