Nothing is displayed on left menu after hitting "A"
Hi!
I am trying to run this under arch linux. Cloned master at fe83e32 cargo run Hit "a" Nothing appears on left. Am I doing something wrong? Thank you!
And also: are there any video examples of this software? Thank you!
After investigating the code I eventually found out that there just no menu or whatever to add node, you have to write their name to add a node. I'm personally adding a menu system like there was on older release for ease of use. I'll edit this post to let know people interested in this kind of feature and maybe I'll make a pull request or something like that.
Thanks for your interest in this project! You are correct, that lonely textbox is currently the only interface for adding new nodes. The only way to know what to type into it is by perusing the "library" directory. This was a stop-gap measure and I am eager to replace it with something better, but I am not currently working on it. I will gladly accept PRs that improve it!
I have added a basic list view to that left panel. Let me know what you think!