Go from a Wordpress + Discourse structure to a Discourse site only?

Yes! This is exactly what I mean! There is also not much that needs to be done on the discourse side! If you attach .json to any topic link, you already have the api!
Take a look at this topic we are currently talking in for example:
https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273/8.json?include_raw=true

notice the .json and include_raw=true at the end. This is how you can even get the markdown of the post in addition to the “cooked” html.

Strapi also uses a markdown editor, so I can literally use the same code as before.

2 Likes