I’ve been digging around for a good way to archive thread topics outside of the Bookmark feature.
The file print / save as PDF method isn’t really great as all the code blocks don’t wrap or extend, so stuff gets clipped.
Cruising around the discourse developer forum it seems like there’s a way to view the raw markdown
eg- https://scsynth.org/raw/threadNumber
but this only shows one thread at a time, with no author attribution, etc. Kind of clunky to iterate over.
Reading through the discourse thread on how they set up printing/saving as PDF it seems like it’s not much of a feature they care about supporting - getting info out of the platform - which is such a shame, but I digress. Just wondering if someone’s found a good workflow to archive? My current workaround has been copy/pasting into text files which is not ideal… the raw markdown seems a bit more promising, but also not great.