wm3 icon indicating copy to clipboard operation
wm3 copied to clipboard

Improvements to embedding video are needed.

Open jmcd040 opened this issue 6 years ago • 0 comments

WM3 Beta 8: I hope you will add the ability to handle video to your future feature list .

Right now this code embeds video into the WM3 edit pane: <video width="320" height="240" controls><source src="C:\...videofile.mp4" type="video/mp4"> </video> If the .md document contains video then the preview cannot be printed at all. The "open in browser" does include the video.

Perhaps there is a way to do this I'm not familiar with (if it's possible I'd like to know).

Smoother handling of video will be a nice feature including drag and drop (as well as for images).

It would be nice to have the option to move video (or images) to an assets folder located with the html output to make it easy to move the whole thing to a web site.

jmcd040 avatar Feb 26 '19 22:02 jmcd040