Use case:
I would like to edit the content of the article. I have markdown but can convert it to HTML. So I need to send a request that replaces the old content of the article by the new one.
I see that in the database posts are stored as mobile-doc. I would like to avoid conversion to mobile-doc on my (client) side but I can do also this because of there is code for this task:
- Migrating content to mobiledoc format - parsing html server side · Issue #631 · bustle/mobiledoc-kit · GitHub
- Parse HTML into mobiledoc format. Just run `npm install` and `npm start`. Original code in issue: https://github.com/bustle/mobiledoc-kit/issues/631 · GitHub
I do not want to use ember admin because of problems described there:
- Impossible Grammarly support
- Lacking easy selection of a language of code
- Efficiency problem with huge markdown cards
I fall in love with your templates and content v2 api, so I want to use your platform.
The simplest solutions, I see now are:
- writing my own API with access directly to the database
- modify the code of ghost and create a pull request