hyperhyperspace / hyper-browser-web

A web-based hyper browser.
6 stars 0 forks source link

Possibility of undo/redo in the wiki? #17

Open micahscopes opened 2 years ago

micahscopes commented 2 years ago

How hard would it be to implement an undo feature? Are there any existing mechanisms in HHS that could make this easier?

sbazerque commented 2 years ago

Right now we're sync'ing all history, so it should be possible, but we're trying to optimize that away to get faster loading.

All the local history should be available, maybe that's good enough for undo?

But I think it's not exposed by the MutableReference type we're using, we should change that!