mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
a7cf374566
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" } } ``` |
||
---|---|---|
.. | ||
atoms.js | ||
basic-html-parser-plugins.js | ||
cards.js | ||
key-commands.js | ||
text-expansions.js |