Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


fedicat@fedicat@pc.cafe (2026-06-18 12:43:10)
trying out the TextDiffing package that #pipilo uses for showing post edit history
---Attachments---
image: https://cdn.masto.host/pccafe/media_attachments/files/116/769/042/545/703/763/original/b17a05a5e97e99ba.jpeg

---Reply--- Aslak Raanes@aslakr@mastodon.social (2026-06-18 12:52:32) @fedicat Does it work reliably on rich text, i.e. HTML elements?
Reply

---Replies---
fedicat@fedicat@pc.cafe (2026-06-18 13:08:41)
@aslakr I convert the HTML to plain text before passing it to TextDiffing, so it's not going to catch formatting changes. Unfortunately, the edit history doesn't include the typed-in source, only the HTML generated by the server.

https://docs.joinmastodon.org/entities/StatusEdit/#content

https://github.com/simonbs/TextDiffing