Ghost/core/server/lib
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
..
common 🐛 Reload translations if active theme get's overridden (#9392) 2018-01-12 09:19:28 +00:00
fs Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
image Added test for images w/o extensions for image size util (#9367) 2018-01-04 12:03:41 +01:00
mobiledoc Resurrect the old alpha Koenig editor (#9277) 2018-01-18 15:43:22 +00:00
promise Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
security Moved unique identifier generation to lib/security 2017-12-14 13:52:20 +01:00
social Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
constants.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
ghost-version.js Extended ghost version utility (#9278) 2018-01-03 20:20:18 +01:00
request.js Removed bluebird promise wrap in request lib (#9343) 2018-01-02 12:18:56 +01:00