I don't think so, unfortunately -- you'll have to make the initial call to get the topic, and then subsequent calls to grab the raw markdown. I don't think we'll be adding a way to retrieve the raw markdown at the topic level because we wouldn't have any use for it.
Clear post history
-
Is there a safe way to clear the post history for db optimize. I know I can disable post history but its nice to have it enabled.
A clear function would be nice or "clear all except x posts"
-
Hm... to be honest I never really thought about implementing a function like this purely because the post diffs themselves don't take up a large portion of the database (unless, of course, someone's making thousands of edits to a single post
)
Could be part of a "cleanup" admin page, but honestly it's not really that urgent to leave it around, no?
Are you on Redis or Mongo? There is likely a command you can just run to clean it all up.
-
Using mongodb, but its kinda dangerous with raw queries. Need to make backup first.
Maybe add a low prio TODO for a "cleanup" admin page
-
How is the data for post history stored, any tips on making this manual query?