GeistMap icon indicating copy to clipboard operation
GeistMap copied to clipboard

An experimental personal knowledge base with a focus on connections

Results 37 GeistMap issues
Sort by recently updated
recently updated
newest added

Would display code better because code tends to be quite wide. ![screenshot from 2018-01-22 13-32-37](https://user-images.githubusercontent.com/3816712/35220984-bed20e36-ff78-11e7-8991-f0b05ee15a0e.png) Should instead be like this ![screenshot from 2018-01-22 13-33-42](https://user-images.githubusercontent.com/3816712/35221022-e792e624-ff78-11e7-9215-2dfaee20cbc2.png)

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

feature
architectural change

So that I can remove the material-ui dependency completely

small fix

See https://github.com/facebook/draft-js/issues/1077 Seems difficult to resolve.. will probably need a native app instead

bug
editor

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)

architectural change

Fixed by using the new entity API for draft-js

bug
editor