nickzuber / markup

:sparkles::turtle: Create & share TeX snippets with rich math typesetting and markdown support.
https://markup-app.com/
MIT License
7 stars 2 forks source link

Enhancement - Track Changes for undo #3

Open nickzuber opened 8 years ago

nickzuber commented 8 years ago

We should track changes for an "undo" option. This should be pretty easy with the system already implemented — just store previous states. Since we removed the update throttle, we have to be a bit more strategic here.

nickzuber commented 7 years ago

Would be interesting to add — something to note is that we can't just simply hook in the text state to some history system unless we wanted each Cmd-z to trace each letter