Would really need this in big sets that are sorted e.g by priority relations, if I select a relation that is the wrong priority it disappears well down into the list and i have to manually fish it out again, would just like to CMD-Z it.
As a software developer, the inconsistency of undo performance is very concerning. You can not create a reliable undo system with a patchwork of bandaids. You must use an action history system that processes all modifications, and it’s concerning that doesn’t seem to be the design of AnyType. Seems very hard to retrofit, but possible.
Undo must be reliable or one can not confidently make edits.