Results 89 comments of Will Zeng

This is a bit complicated by there not being a background color attribute for the svg text element. Perhaps we'll need to create a rectangle behind all the text elements...

My bad, I misread this to refer to the node.text svg element. The change to toplink-instructions is easy.

Have started this (in an ugly but functional form) on the branch `newsel` @davidfurlong @vpontis Take a look and we can start cleaning up the css of the view. Some...

checkout the labels and then manage labels buttons on https://github.com/willzeng/Rhizi/issues

@yaelbendov done.

Good point. Does it make sense to just give each message an integer priority level? This way it works sort of like z-indexes. The message is only replaced if it...

My vote is for the two level system you suggest Victor.

@tmad4000 I spent about 30 minutes today starting to implement a little of a listView into WikiNets. check it out.

A short list of needed features: - [ ] Ability to select/deselect nodes in the list. - [ ] Ability to close expanded nodes without removing them from the GraphModel,...

I'm considering adding this to the omniBox. We can execute a cypher query is one types `? start n=node(*) return n;` where the ? indicates the start of a cypher...