Hey all, I made knotend because I wanted a flowchart editor that was keyboard-driven and super fast. I was tired of dragging boxes around on a canvas.
What makes knotend different is two main things: 1) The nodes are constrained to a grid which enables a keyboard-centric experience for selection and navigation, and 2) there’s autolayout so each time you add a node, the graph automatically lays itself out and places each node in a cell.
It also supports spreadsheet-like functions. For example, =min(), =max(), etc. This lets you do computation along the graph.
Please drop your feedback below, reach out on twitter [2], or email scott@knotend.com.
If you're curious more about the background of why I made knotend you can check out this initial blog post I made a few months back as I was exploring the concept: https://www.scottantipa.com/why-...
knotend