Ghost/core/server/lib/mobiledoc/cards
Kevin Ansfield 69d5fac61e
Resurrect the old alpha Koenig editor (#9277)
requires https://github.com/TryGhost/Ghost-Admin/pull/916
- add "enableDeveloperExperiments" config flag
- allow any HTML payload through in the HTML mobiledoc card
  - same approach as taken in the markdown card, running the markup through SimpleDOM isn't necessary and is prone to breaking because of it's limited parsing and error handling abilities

To use Koenig modify your `config.development.json` file and add the following flag to the top-level object:

```
"enableDeveloperExperiments": true
```

If you restart the dev server you will then see a new section on the Labs screen with a Koenig Editor checkbox to enable/disable the editor.

⚠️ The editor is in a _very_ broken state, it's there for developer testing and on-going development. _Do not_ try to use this on any production data!
2018-01-18 15:43:22 +00:00
..
hr.js Moved default-cards app to lib/mobiledoc (#9341) 2017-12-14 14:44:01 +00:00
html.js Resurrect the old alpha Koenig editor (#9277) 2018-01-18 15:43:22 +00:00
image.js Moved default-cards app to lib/mobiledoc (#9341) 2017-12-14 14:44:01 +00:00
index.js Moved default-cards app to lib/mobiledoc (#9341) 2017-12-14 14:44:01 +00:00
markdown.js Moved default-cards app to lib/mobiledoc (#9341) 2017-12-14 14:44:01 +00:00