Post #2547172
2026-04-04 16:09 UTC
@benpate@mastodon.social Sure: https://github.com/prosembler/nitro-porter
My biggest wish for any project is to build in their own tools for recalculating derived data — post counts, point totals, last post in a topic, etc.
Most apps assume you've never used any other platform or that their calculated data could be wrong. It's a huge time sink to "fix" data handling for them in an export.
To add support to Nitro Porter directly, there's a guide in the docs: https://nitroporter.org/develop.html
Replies (1)
-
@linc@phpc.social 2026-04-04 16:15
@benpate@mastodon.social I need to update that guide for the upcoming 5.0 release (likely in July) because I've improved abstraction so much in the last 6 months it's made many things much easier to follow & debug. Backwards compatibility requirements make big changes like that very iterative but I finally got there. 😅 If someone wants to add support in the meantime, I'm always happy to chat and answer questions.