1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Go to file
Kevin Ansfield 41b3521cf1
Resurrect the old alpha Koenig editor (#916)
requires https://github.com/TryGhost/Ghost/pull/9277

- added a `koenigEditor` feature flag
  - modified the feature service to accept a `developer` boolean on the options object passed into the internal `feature` method, if `true` the feature flag won't be enabled unless the `enableDeveloperExperiments` config option is also enabled
  - added "developer feature testing" section in labs that's only visible if `enableDeveloperExperiments` config flag is enabled
  - added koenig editor toggle to the developer section in labs

- enabled a switch between the markdown and koenig editors
  - modified the default value of the `mobiledoc` attr in the Post model to be a blank mobiledoc or blank markdown mobiledoc depending on the feature flag
  - modified the `autofocus` switch in editor controller's `setPost` method so that it is always switched, even for new->edit where the post model isn't swapped
  - added a compatibility check to the editor controller's `setPost` method that shows an alert and force enables the koenig editor if the koenig flag is not enabled and the opened post is not compatible with the markdown editor

- fixed various issues that have appeared due to the old koenig alpha becoming out of sync with master
2018-01-18 15:36:01 +00:00
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00
config Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
lib Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00
mirage ESLint: Be explicit with Ember Data attribute types 2018-01-12 12:17:56 +00:00
public/assets Remove useless executable permission on static assets (#945) 2018-01-12 17:20:23 +00:00
tests Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.eslintrc.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
ember-cli-build.js Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00
Gruntfile.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
LICENSE 2018 2018-01-02 21:46:16 +00:00
package.json Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00
README.md 2018 2018-01-02 21:46:16 +00:00
testem.js Bump dependencies (#929) 2017-12-13 12:27:15 +00:00
yarn.lock Resurrect the old alpha Koenig editor (#916) 2018-01-18 15:36:01 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our Slack channel if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2018 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.