Ghost/core/server
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
..
adapters Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
api Resurrect the old alpha Koenig editor (#9277) 2018-01-18 15:43:22 +00:00
apps Moved make-absolute-urls to url service 2017-12-14 22:34:37 +01:00
config Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
controllers Moved tokens, url safe and safe string utility to lib/security 2017-12-14 13:38:00 +01:00
data Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
helpers Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
lib Resurrect the old alpha Koenig editor (#9277) 2018-01-18 15:43:22 +00:00
models Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
services 🐛 Reload translations if active theme get's overridden (#9392) 2018-01-12 09:19:28 +00:00
translations Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Fixed bad references to common.i18n (#9402) 2018-01-17 17:28:42 +01:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
index.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
overrides.js Set Promise to be Bluebird globally 2017-12-13 20:57:11 +01:00
update-check.js Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00