-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tiddler types for audio and video #2083
Comments
Hi @braykov there are actually two separate layers at which different content types can be registered within TiddlyWiki:
Are all the file types that you are interested in included in the first list? There's a strong reason to keep the size of the dropdown reasonably small; we don't want users to have to scroll to see the entire list. So I think we should restrict it to the types that are commonly used, in particular the types that are commonly worked with interactively. Users can still manually type other types. Creating |
I am particularly interested in audio/mp3,mp4,ogg. They are all included in the first group. |
.
hmmm. While the .ogg format is the one, that imo fits best to the TW project, because of its "free nature", its the one, that's the least known type. IMO .mp3 is the de-facto standard and was the matter of a lot of copyright problems. Hence the .ogg format was created. ... but according to wikipedia
So there should be no problem, to implement them. .. But imo the "best audio" format discussion is a "hot" topic. If we support one extension, we basically need all of them. @Jermolene is it possible to include additional file extensions as plugins? This would also solve a lot of problems with other file types, that are often requested. Users can decide, what's important for them, so the dropdown list and the core can be small, and we don't need to carry things around, which we don't use often. |
👍 => "everything is a tiddler" |
Yes, indeed, such a plugin would just contain tiddlers such as |
new location do i understand this correct that if i try it i get this message
|
Hi @s-light we currently add file types to the boot kernel list as they are requested by users. It looks like we've currently got webp images, but not webm videos. It would be great if you would like to prepare a PR? See our contributing.md file for guidelines. |
thanks @Jermolene - i will try the PR - but will need some weeks to get to it ;-) |
@Jermolene i have created the PR. |
Thanks @s-light |
as i see it this issue is fixed. |
I think we can indeed close it for now. Please open a new ticket to request any further new types. |
Current TiddlyWiki tiddler types contain Text and Image formats, but no audio or video.
Add these for easier embedding of music and video.
The text was updated successfully, but these errors were encountered: