0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api
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
..
authentication.js Improved forwarding model options in the API layer (#9380) 2018-01-09 13:26:09 +01:00
clients.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
configuration.js Resurrect the old alpha Koenig editor (#9277) 2018-01-18 15:43:22 +00:00
db.js Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
index.js Moved utils/url.js to UrlService 2017-12-11 20:05:33 +01:00
invites.js Improved forwarding model options in the API layer (#9380) 2018-01-09 13:26:09 +01:00
mail.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
notifications.js 🐛 Fixed showing old release notifications in the about page 2018-01-18 12:19:55 +01:00
posts.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
redirects.js Moved validateRedirects helper to data/validation 2017-12-14 11:55:10 +01:00
roles.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
schedules.js Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
settings.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slack.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
slugs.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
subscribers.js Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
tags.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
themes.js 🐛 Reload translations if active theme get's overridden (#9392) 2018-01-12 09:19:28 +00:00
upload.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
users.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
utils.js Burn dirty require of api utils 2017-12-14 21:25:51 +01:00
webhooks.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00