Ghost/ghost/admin/lib/koenig-editor/addon/options
Kevin Ansfield a7cf374566 Added "Gifs" card to the editor
refs https://github.com/TryGhost/Team/issues/1225

When inserted opens a searchable gif selector, creating an image card when a gif is chosen.

Includes keyboard navigation once open:
- `Tab`/`Shift+Tab` cycles highlighted gif through search result order
- `Up` / `Down` / `Left` / `Right` moves highlight in the respective direction
- `Enter` inserts highlighted gif

For the gifs card to be activated it's necessary to add a Tenor API key (obtained freely from https://tenor.com/gifapi) via your config.production.json file:

```
  ...
  "tenor": {
    "publicReadOnlyApiKey": "YOUR_KEY"
  }
}
```
2021-12-01 12:19:10 +00:00
..
atoms.js Added soft-break support to callout card editor 2021-11-19 10:10:23 +00:00
basic-html-parser-plugins.js Koenig - Added rich-text support to captions 2018-08-08 13:38:41 +01:00
cards.js Added "Gifs" card to the editor 2021-12-01 12:19:10 +00:00
key-commands.js Added soft-break support to callout card editor 2021-11-19 10:10:23 +00:00
text-expansions.js Fixed <KoenigBasicHtmlTextarea> using <KoenigTextReplacementInput> text expansions 2021-11-18 11:57:41 +00:00