Note history page
did:plc:32womkhqqvdofazze5zoi7mo opened this Apr 7, 2026 0 comments
did:plc:32womkhqqvdofazze5zoi7mo opened Apr 7, 2026
Route: GET /wiki/:wikiSlug/:noteSlug/history. Link from the note page (header area, next to Edit).
diff-match-patch should help for this task.
First version (keep simple):
- Reverse-chronological list of revisions: author handle, date, description (already captured when editing now)
- Each revision shows its diff inline, jj-style: unchanged text as context, deletions in red, insertions in green, at the word/character level
- No rollback/revert button
- No two-revision comparison
No activity yet.