Ghost-Admin/lib/koenig-editor
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
..
addon 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
app/components Koenig - Extract card caption input into component 2018-06-12 18:10:23 +01:00
docs/specs Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00
public/icons/koenig Adding embed card icons 2018-06-05 13:08:05 +02:00
index.js Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00
package.json Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00