Hello, when adding youtube videos using the embed code the options to view fullscreen or go to youtube is not working in Joplin.
Hope this can be implemented in futher version.
Thanks.
Hello, when adding youtube videos using the embed code the options to view fullscreen or go to youtube is not working in Joplin.
Hope this can be implemented in futher version.
Thanks.
The purpose of the app is to create and manage notes and attachments, so you know that if you create a note 10 years from now it will still be readable and all attachments will be available.
That’s not true of YouTube videos as whatever you link today might be gone tomorrow. So for that reason video links aren’t supported and probably won’t be supported.
As you already accomodate embedding of youtube video why not fine tuning this so users can have better use of it. Seems strange to me why you bother if a user cannot use a link anymore.
It is his/her responsibility to use it and know the advantages and disadvantages.
As you already accomodate embedding of youtube video
Actually we don't. The editor supports HTML so certain things might work even if we don't explicitly support them, and that's the case with YouTube videos. That being said, if someone can make a simple fix to provide full support for it, I won't be opposed to it.
I would really appreciate if this could be accomplished by someone. Thanks!
Actually, I get your point, laurent:
I wished for this a thousand times, as often I need media files alongside with a note. For now, I separately download the file, put it in a folder and link to it from within the note. It is quite a cumbersome process.
The same goes for embedded content from the likes of Twitter or Facebook, as can often be found in articles quoting from such sources…
If you have the video direct link or local file, it can work around with video tag, but it will be deleted if you use WYSIWYG edit mode.
Video tag sample:
https://www.w3schools.com/tags/tag_video.asp
For youtube video, I tried Iframe tag and Object tags, but they are not working.
Iframe Object tag sample:
http://www.simplehtmlguide.com/youtube.php
Ahah! but you all are forgetting about youtubedl. No need to rely on the future of youtube.
(I signed up here to request video embeds)
I would like to see iframe etc fully supported as well.
The purpose of the app is to create and manage notes and attachments, so you know that if you create a note 10 years from now it will still be readable and all attachments will be available.
Technically an iframe with a video is no more an attachment than a regular URL is. A URL could easily give me a 404 at any time. I'd rather have the power to have that happen than not.
Creating a plugin for this would be quite easy.
having not written a plugin before, aside from just reading the instructions on how to write one, is there anything else you can tell me that would be helpful in figuring out what I need for this particular plugin? What do I need to look for?
Thoughts?
There are a bunch of samples in the code base, which should help.
Also, I think there are a few plugins, which do something similar (from a code perspective).
I save web pages as notes using the Joplin Web Clipper browser extension to read them later. But I have to follow the link to the original post every time to check if I missed any video in it. Why is it so difficult to add iframe support in Joplin, while in Obsidian it works out of the box?