mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Independent technology for modern publishing, memberships, subscriptions and newsletters.
bloggingcmscreator-economyghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
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" } } ``` |
||
---|---|---|
ghost/admin |