oleeskild / digitalgarden

286 stars 157 forks source link

Video not supported #203

Open gopokyo-colinn opened 1 year ago

gopokyo-colinn commented 1 year ago

Please add support to upload and render mp4 or webm files. This would be great as I frequently download copies of youtube vidoes for reference such that I can work offline and still review reference material.

Neekster commented 12 months ago

In general, the ability to embed files would be really relevant to me, especially PDFs and videos.

dayne commented 12 months ago

So while I agree it would be nice I will say it probably isn't feasible without figuring out some sort of secondary storage bucket / hosting system for the video files.

-dayne

gopokyo-colinn commented 12 months ago

The official Obsidian publish has limits of 50mb per file - or something around there. Would having a restriction like that help? I am not aware of change/move issues with our game development projects using largefiles. What are the unfortunate things your are referring to @dayne ?

dayne commented 11 months ago

@gopokyo-colinn

The top answer here is pretty good. Another: Why not doing it and what to do to fix it if you do.

This is all why GitHub offers guidance on managing large files on github

russellgordon commented 9 months ago

Is Git Large File Storage an option for implementing this?

I say this as a longtime Digital Garden user on multiple sites who'd love to see the feature exist – but I have no idea what's involved on a technical level.

As a high-school computer science teacher authoring tutorials for my students, I currently work around this by making animated GIFs in place of short .MP4 files, but GIFs have their own issues.

I'd love to occasionally be able to include PDF files and sometimes .ZIP files as well.

dayne commented 8 months ago

LFS is a good option to consider for handling of binary blobs in git. It is not perfect for all usecases/workflows

GitHub supports LFS so that leans nicely into that .. but possible there are a lot of layers of complexity to integrate this correctly and consistently at each of the layers/environments a digital garden workflow involves to go from a workstation to a website.

Serious considerations planning & hacking needed before attempting to weave it into the digitalgarden plugin .. lot of layers of things have to all agree to mange things the same way .. and it where the final website is deployed to would need the tools too.