You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current branch I've added support for drag and drop images: Drag an image into a document, it uploads to a folder and embeds into the document. Supporting video files in the same format almost works. After some tweaking, they both upload and embed correctly. However, when saving the document they do not save because the parser does not know how to deal with the type.
Figure out how to add video handling to the parser (views/edit/util SlateTransformer.nodify)
The text was updated successfully, but these errors were encountered:
In my current branch I've added support for drag and drop images: Drag an image into a document, it uploads to a folder and embeds into the document. Supporting video files in the same format almost works. After some tweaking, they both upload and embed correctly. However, when saving the document they do not save because the parser does not know how to deal with the type.
The text was updated successfully, but these errors were encountered: