I would like to be able to insert a node between two nodes. As far as I can tell, the only way to do this is to delete the entire tree from the point where I would like to insert a node, then add a child, and then paste the whole tree under that node. This is a cumbersome way to do that operation.