Hello, guys:
I have a single-user writefreely instance, and I want to export my posts as markdown files. I know that there should be an “Export” option in “me” page, but in my instance, I can’t find it anywhere. I also tried the api mentioned here, but it doesn’t work.
I also have access to the server hosting the software. But I don’t know how to extract the files from the database. (Is the file stored in the database?)
So, can anyone help me on how to retrieve markdown files? Either by using built-in apis or manually manipulating the database.
I’m using v0.13.1, and use sqlite3 as database backend, thank you.