benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.52k stars 2.71k forks source link

Insert Video link using image #715

Open JosefJezek opened 9 years ago

JosefJezek commented 9 years ago

Could you add modal dialog with video ID field for insert Video link using thumb image?

[![IMAGE ALT TEXT](http://img.youtube.com/vi/YOUTUBE_VIDEO_ID/0.jpg)](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID)

YouTube API http://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api

Vimeo API http://stackoverflow.com/questions/1361149/get-img-thumbnails-from-vimeo

And parse Youtube links like this plugin... https://github.com/brianjgeiger/markdown-it-video

Check out the demo... http://polymer-starter-kit.startpolymer.org

JosefJezek commented 9 years ago

Please :+1: