Re: [tw5] webp images

2018-08-11 Thread John Newell


On Saturday, August 11, 2018 at 7:19:11 PM UTC+10, Andreas Hahn wrote:
>
> Currently TW has no explicit support for webp. There is no reason why it 
> wouldn't be able to support it though, you can just add "image/webp" to 
> the list of registered filetypes in `$:/boot/boot.js` [1] and you should 
> be good, assuming you have a browser with webp support. 
>
> /Andreas 
>
> [1] Hint: just open the tiddler, search for "image/png" and insert a 
> similiar looking line for webp. 
>


Hi Andreas - much appreciated  before I save it - is this the line I 
should add ?

$tw.utils.registerFileType("image/webp","base64",".webp",{flags:["image"]});

cheers

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d7572d9e-f10d-4b05-9222-3f0728b34f9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] webp images

2018-08-11 Thread 'Andreas Hahn' via TiddlyWiki
Currently TW has no explicit support for webp. There is no reason why it 
wouldn't be able to support it though, you can just add "image/webp" to 
the list of registered filetypes in `$:/boot/boot.js` [1] and you should 
be good, assuming you have a browser with webp support.


/Andreas

[1] Hint: just open the tiddler, search for "image/png" and insert a 
similiar looking line for webp.


--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fe02b9b7-97d8-491d-47e6-5008ec0ee5e2%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] webp images

2018-08-11 Thread John Newell
Can Tiddlywiki display webp images? If so, how?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/78a9c34a-7b5d-428d-839f-a775347c8f0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.