Hi,
(1) Is there any progress on being able to highlight just a subset of nodes and extract that subset as a path? (paste as a separate, "stand-alone" path)
(I realize the algorithm may not be straightforward — particularly if one makes some crazy non-continuous node selection — like, selecting every third node (rather than a subpath with all its consecutive nodes), but maybe there's already some default, "make-the-best-guess" function which would take a bunch of such nodes and figure out which ones are sequenced and how (and link them into a path), based on the parent sequences, and for those that it can't figure that out, just leave them disconnected/isolated, and let the user connect them afterwards)
(2) alignment operators: it would be nice to be able to align node A to node B. Or, IOW, stipulate that A move to B (its vertical or horizontal value), but B itself not move. Or aligning a set of nodes — A,B,C to node D, where node D doesn't move.
(As I understand it now, the vertical/horizontal align function positions all the nodes to some type of averaged value ? )