newspeaklanguage / newspeak

Newspeak is a live object-capability language in the Smalltalk tradition
https://newspeaklanguage.org/
Other
132 stars 11 forks source link

Ampleforth needs to support drag/drop of images, videos, audio clips from outside the browser #110

Closed gbracha closed 7 months ago

gbracha commented 11 months ago

First cut of darg and drop for images implemented. We want to change it so it refers to a file rather than keepingthe mage data inline; the exact details are tied to the solution for document deployment. Once that's done, we can revise, add video and audio support and clean up (sizing is an issue right now, for example).

gbracha commented 9 months ago

Image solution is complete. Other media to follow.

gbracha commented 9 months ago

See https://github.com/newspeaklanguage/newspeak/commit/a825d9f4d0cca9d3df1f47613913b3b4dc2fe0a4 for current status. Forthcoming steps will extend the solution to media beyond images.

gbracha commented 7 months ago

Ok, added audio and video.