GeistMap
GeistMap copied to clipboard
An experimental personal knowledge base with a focus on connections
Would display code better because code tends to be quite wide.  Should instead be like this 
So instead of something like https://geistmap.com/app/nodes/f75fc558-b7b1-4a6f-8ad5-d8e0f0220e96/graph?graphType=abstract it should hint towards the content of the node, so something like https://geistmap.com/app/nodes/A_technical_guide_to_SEO-2/graph?graphType=abstract Stackoverflow handles this very well. This is to prepare for public...
So that I can remove the material-ui dependency completely
See https://github.com/facebook/draft-js/issues/1077 Seems difficult to resolve.. will probably need a native app instead
This depends on #162 Features: - [ ] Enter => create a node below 1. in middle: split and save both 2. at beginning: create an empty node above (don't...
This way in the outline the order can be changed by the user. Can only be done with a linked list in neo4j. So store it like (parent)--[:CHILDREN]->(child1)--[:NEXT]->(child2)--[:NEXT]->(child3)--[:NEXT]->(lastchild)
Fixed by using the new entity API for draft-js