Go to file
Kevin Ansfield 2e49c9b3f4 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs
refs https://github.com/TryGhost/Ghost/issues/9623
- switch to custom `mobiledoc-kit` build
  - fixes top-level elements not being run through parser plugins (https://github.com/bustle/mobiledoc-kit/pull/627)
  - fixes <kbd>Alt</kbd> getting stuck and causing <kbd>Backspace</kbd> to delete whole words (https://github.com/bustle/mobiledoc-kit/pull/626)
  - fixes error that can occur when a paste results in blank insert (https://github.com/bustle/mobiledoc-kit/pull/620)
- add new `figureToImageCard` parser
  - replaces hacky workaround to detect an image+figcaption inside the `imgToCard` parser plugin
- remove wrapping of html in a `<div>...</div>` when pasting
  - no longer necessary now that top-level elements are parsed
  - fixes rich-text pastes where multiple paragraphs would be collapsed into a single paragraph
2018-06-18 18:48:32 +01:00
.github Slack -> Forum 2018-04-02 17:06:14 +01:00
app 🎨 Koenig - Keep posts free of blank cards 2018-06-14 16:55:02 +01:00
config Remove ember application template wrapper 2018-05-01 10:57:20 +01:00
lib 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
mirage Replaced config routeKeyword with hardcoded one (#1004) 2018-04-17 09:52:41 +01:00
public/assets Adding placeholder illustration for Koenig image empty state 2018-06-11 13:29:39 +02:00
tests Koenig - Extract card caption input into component 2018-06-12 18:10:23 +01: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 Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2018 2018-01-02 21:46:16 +00:00
README.md Slack -> Forum 2018-04-02 17:06:14 +01:00
ember-cli-build.js 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
package.json 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
testem.js Bump Ember dependencies to 3.0 (#961) 2018-02-28 17:31:43 +00:00
yarn.lock 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00

README.md

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 forum 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.