1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/lib/koenig-editor/addon/components
Kevin Ansfield 914c50b468 Koenig - Standardise <b> and <i> elements when pasting
refs https://github.com/TryGhost/Ghost/issues/9623
- use our paste handler to perform a replacement on any pasted HTML
  - `<b>` -> `<strong>`
  - `<i>` -> `<em>`
2018-05-17 14:42:20 +01:00
..
koenig-card-code.js Koenig - Initial code card with MD expansion 2018-05-15 15:26:34 +01:00
koenig-card-hr.js Koenig - Add card options for automatic edit/select after insert 2018-04-18 10:52:49 +01:00
koenig-card-html.js Koenig - Fixed HTML card init error 2018-05-07 15:40:11 +01:00
koenig-card-image.js Koenig - Made full width images work with closed sidebar (#1014) 2018-05-08 10:26:46 +01:00
koenig-card-markdown.js Koenig - Switch this.get for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-card.js Koenig - Switch this.get for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-editor.js Koenig - Standardise <b> and <i> elements when pasting 2018-05-17 14:42:20 +01:00
koenig-link-input.js Koenig - Switch this.get for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-link-toolbar.js Koenig - Switch this.get for ES5 getters 2018-05-01 17:13:53 +01:00
koenig-plus-menu.js Koenig - Fixed errors when dragging selection 2018-05-17 13:56:37 +01:00
koenig-slash-menu.js Koenig - Added Code Block card to (+) and / menus 2018-05-17 12:20:02 +01:00
koenig-toolbar.js Koenig - Strip all formatting except links when converting to a heading 2018-05-15 12:32:44 +01:00