Replies: 1 comment
|
I'm completely thinking this from the way how Federated Wiki references "forks" of "previous revisions" between documents. The action itself is visually distinct from mere edits. Grey flags are restorations of a previous version, and coloured flags are forks of revisions from another domain (via CORS). This way we keep a distributed revision log, where each revision only knows one parent. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
When rolling back a document to a previously stored state, a new revision at the current date and time is created.
For rolling back in time, where we also want to roll back edit times, and have this represented in document lists, could we imagine a sort of "hack" that creates a new "version forked" / "version restored" commit, and have the modification timestamp list the previous version?
Maybe the thread where one was thinking out loud on Twitter about timestamps at https://twitter.com/tommoor/status/1467930411925794816 and before has something to add here?
I wonder where this differentiation could lead next. Which other cases could profit from this kind of timestamping?
https://superuser.com/a/729349/236480
Then there's also
btime, which we get from the first version of a document.All reactions