ARK-Builders / ARK-Memo

ARK Memo is one app for all of your notes: it's aiming to combine plain text, voice and hand-written notes
MIT License
2 stars 3 forks source link

Forking older versions of a note #10

Open kirillt opened 1 year ago

kirillt commented 1 year ago

When we have sequence of versions of a note, we can view or remove older versions but we also need UI elements to fork older version into new note. Fork means that we have several entries in version storage (.ark/versions) with the same parent.

E.g.

3155416 -> 7705444
5839051 -> 8921986
3155416 -> 9763586

Here, notes with id 7705444 and 9763586 have the same parent with id 3155416.

A button is needed in versions list, which allows to edit a version into new note.

kirillt commented 1 year ago

Attached bounty: https://gitcoin.co/issue/29634