Ghost/ghost/admin/lib/koenig-editor/app/components/koenig-card-email.js
Kevin Ansfield a9b9b2f3ae Added first draft of email-only card
no issue

- adds "Email" card to the card menus when developer experiments is turned on
- adds `<KoenigTextReplacementHtmlInput>` implementing most of Koenig except:
  - uses html as it's input/output format
  - replaces backtick "code" formatting with `{replacement}`
  - no headings
  - no cards at all
  - minimal toolbar but all formatting is still available using markdown text expansions or keyboard shortcuts
2020-04-06 10:56:40 +01:00

2 lines
68 B
JavaScript

export {default} from 'koenig-editor/components/koenig-card-email';