atom-undo-tree icon indicating copy to clipboard operation
atom-undo-tree copied to clipboard

Merge this project with scroll-through-time

Open Maxzor opened this issue 6 years ago • 1 comments
trafficstars

Hello, very nice idea. Please collaborate with https://github.com/mathieudutour/scroll-through-time. It would be quite powerful and extremely cool to visualize a tiny-ish tree of the typing history, and mix the finger pattern with navigation on the undo/redo branches ! A simple DAG would suffice for a start.

This is a feature not so important in an editor, but maybe hopefully one day it will be integrated in firefox with tab tree views and be so great :)

Merci déjà

Maxzor avatar Dec 02 '18 16:12 Maxzor

This project doesn't keep track of branches. It just pushes the redo stack (twice) onto the undo stack instead of deleting it if something new is done.

So, I think you'd need to create a new project if you really wanted it to behave like a tree with branches.

earboxer avatar Aug 17 '20 18:08 earboxer