Denis Isidoro
Denis Isidoro
I've added support for it in my fork: https://github.com/denisidoro/skyscraper/pull/6
For usage inside vim? Or in the command line?
Regarding the parsing, I think it should be trivial to fix: the problem is that first I try to parse the input as an EDN (Clojure's JSON-like structure) then I...
Hi! Sorry, I haven't been able to look at it yet. Any pull request is welcome! 😀 In case you try to fix this yourself I can help you out...
Useful: https://stackoverflow.com/questions/33594375/clojure-walk-with-path
Plus: having edges from the root node to be radial (they could go to the left instead of always to the right, for example)
I tried implementing the radial view using a second flextree as well. It's quite simple if you reference some examples online. The bigger problem is camera panning. I wasn't able...
Interesting proposal! Maybe I'll be able to come up with something in the following days
I'm sorry, I'm afraid I don't fully understand what you mean. Could you please share a minimal example?
Any ideas for escaping? ``? maybe `\`? Suppose we go for ``. What if the user really wants to type `` (not as a variable)? I need to think about...