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

Mindmapping in JabRef ("Docear in JabRef") #12280

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

Mindmapping in JabRef ("Docear in JabRef") #12280

koppor opened this issue Apr 3, 2020 · 1 comment

Comments

@koppor
Copy link
Member

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

@koppor
Copy link
Member Author

koppor commented Jul 2, 2022

Alterantive Format: XmindMark

Seasons
- Spring
- Summer
- Autumn
- Winter

@koppor koppor transferred this issue from JabRef/jabref-koppor Dec 9, 2024
@koppor koppor moved this to Free to take in Candidates for University Projects Dec 9, 2024
@koppor koppor changed the title Sketch: Docear in JabRef (Mindmapping) Mindmapping in JabRef ("Docear in JabRef") Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Free to take
Development

No branches or pull requests

1 participant