Ghost/ghost/admin/lib/koenig-editor/addon/utils
Kevin Ansfield 3231abd0ae Added beginnings of the video card
refs https://github.com/TryGhost/Team/issues/1229

- mostly mirrors image card functionality but rebuilt with more modern syntax
- when uploading a video the size and duration is extracted along with a screen capture of the video from 0.5s in, the screen capture is uploaded once the video finishes because we need to use the uploaded video url as a reference to attach it as a thumbnail via the API
- the captured screenshot is currently what's shown in the card

To be implemented:
- "incomplete" state when video has been uploaded but not a thumbnail
- uploader in settings panel to change the video thumbnail
- play button overlay _or_ switch to `<video>` so it can be previewed
2021-11-29 09:28:10 +00:00
..
create-component-atom.js Prototyped component based atoms in the editor 2021-07-22 18:54:46 +01:00
create-component-card.js Koenig - Add card options for automatic edit/select after insert 2018-04-18 10:52:49 +01:00
extract-video-metadata.js Added beginnings of the video card 2021-11-29 09:28:10 +00:00
get-scroll-parent.js Implemented first iteration of content snippets 2020-10-15 18:03:35 +01:00
localstorage.js Moved the localstorage utils to be where it's used 2021-11-16 18:18:19 +01:00
markup-utils.js Koenig - Fixed error on Cmd+K with no selection 2018-05-22 14:01:03 +01:00
oembed.js Koenig - Embed card 2018-06-12 14:07:50 +01:00
reading-time.js Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00
snippet-icon.js Changed snippet icon in menus based on snippet contents 2020-10-23 10:56:32 +01:00