Ghost/ghost/admin/lib/koenig-editor/addon/options
Kevin Ansfield 83924194f5 Koenig - Added rich-text support to captions
refs https://github.com/TryGhost/Ghost/issues/9724
- added `{{koenig-basic-html-input}}` component
  - uses a stripped down version of Koenig
  - supports all inline formatting that Koenig supports
  - supports inline text expansions
  - supports inline key commands
  - limited to a single paragraph
  - serialises and deserialises from HTML rather than mobiledoc
- updated `{{koenig-caption-input}}` to use `{{koenig-basic-html-input}}`
- updated image and embed cards to calculate word counts correctly for html captions
- bumped Spirit dependency to fix styling of toolbars within the editor canvas
- fixed positioning in toolbar components to account for `parentElement` not necessarily being the closest element to position against
2018-08-08 13:38:41 +01:00
..
atoms.js Koenig - Added SHIFT+ENTER line break key command 2018-01-30 10:58:28 +00:00
basic-html-parser-plugins.js Koenig - Added rich-text support to captions 2018-08-08 13:38:41 +01:00
cards.js Koenig - Support /image {image url} slash menu shortcut 2018-08-01 14:17:09 +01:00
key-commands.js Koenig - Added rich-text support to captions 2018-08-08 13:38:41 +01:00
parser-plugins.js 🐛 Fixed backspace deleting words and rich-text paste collapsing paragraphs 2018-06-18 18:48:32 +01:00
text-expansions.js Koenig - Added rich-text support to captions 2018-08-08 13:38:41 +01:00