Hi Mario,I almost wrote the same thing myself but thought to just check the home page and indeed this is listed as a new feature for 5.1.8 viz.
- Added support for embedding ZIP files
So there may be a possibility in the TW core, that allows you to create a buttion that says: "Download and save this tiddler as a .zip file"
<<datauri "myfile.zip">> data:application/zip;base64,...encoded data here...On Monday, April 20, 2015 at 12:52:36 AM UTC-7, PMario wrote:So there may be a possibility in the TW core, that allows you to create a buttion that says: "Download and save this tiddler as a .zip file"Here's an ugly little trick that works today:
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/691c9237-a575-4cc5-80c7-f3ffe91a174c%40googlegroups.com.
Hi Mario> see: Length limitations for the upcoming FF 39 [1], Which imo may be worth its own TW ticket :/Ouch! Firefox 39 implements a 1MB limit on the size of data URIs. It basically means that you won't be able to save changes with the standalone HTML file configuration in Firefox without using TiddlyFox. The knock-on effect is that it will break the "Download Empty" button in GettingStarted, too.
Here's the ticket:Sadly, I wasn't aware of it.There's no one in the thread making a case for a higher limit than 1MB, so they went ahead and implemented it.I think it would be worth some of us chiming in on the ticket
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/_MOJRvV2sFo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2fe7b6fe-9c31-4f1f-a44b-4e6b7956937e%40googlegroups.com.
The docs indicated that zip format was available but didn't say how to use it. The github docs are too arcane for me to understand.
Seems like a pretty useless feature.