Ghost/ghost/admin/lib/koenig-editor/app/components
Kevin Ansfield 2e4990093f Koenig - Generic {{koenig-card}} container card component
refs https://github.com/TryGhost/Ghost/issues/9311
- initial CSS for container card outline, selection state, toolbar, etc
- adds `{{#koenig-card}}` component to be used inside of component card templates to handle the default card container HTML, mouse interactions, etc
- update `{{koenig-card-markdown}}` to use the new `{{koenig-card}}` component
  - add render/edit mode views
  - focus the textarea when entering edit mode
- updated `{{koenig-editor}}`
  - add <kbd>Cmd+Enter</kbd> command to put a selected card into edit mode
  - when inserting new cards put them into edit mode immediately
  - move edit/select methods out of actions and into normal methods so that timing is easier to reason about
  - skip `cursorDidChange` process when cursor changes as a result of a card selection, fixes issues with `selectCard` being triggered multiple times unexpectedly
2018-02-13 18:00:54 +00:00
..
koenig-card-hr.js Koenig - HR card with markdown text expansion 2018-01-30 15:19:30 +00:00
koenig-card-html.js Koenig - HTML card template 2018-02-03 19:20:50 +01:00
koenig-card-image.js Koenig - Display-only image card with markdown text expansion 2018-01-30 20:46:03 +00:00
koenig-card-markdown.js Koenig - Textarea-only markdown card 2018-01-31 08:32:27 +00:00
koenig-card.js Koenig - Generic {{koenig-card}} container card component 2018-02-13 18:00:54 +00:00
koenig-editor.js Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00
koenig-plus-menu.js Koenig - (+) card/list selection menu 2018-01-31 15:49:20 +01:00
koenig-slash-menu.js Koenig - Slash menu 2018-02-03 17:54:57 +01:00
koenig-toolbar.js Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00