Hello.
Is there a way to view all previously published pages with a single site window?
I don’t know if there’s any page in Discourse that lists published pages.
It may not be exactly what you’re looking for, but you can list the published pages using data explorer.
The query will be, for example:
SELECT * FROM published_pages
Result:
Thank you very much
I think this is the ideal solution for today. I’ll try to install.
