Re: [tw5] Compress JSON with JSONCRUSH

2020-12-15 Thread TW Tones
Jeremy, On the zip plugin I see value in proving preconfigured template to zip and export; - Larger JSON/plugin files *as in this thread* - static sites - library files with nominated plugins (*I am really keen on this*) - The first thing I will do is use it to generate a library

Re: [tw5] Compress JSON with JSONCRUSH

2020-12-15 Thread Jeremy Ruston
> So could it be employed to get those tiddly sites in a link working > consistently that we were playing with? If memory serves it stalled because > of special chars in the url. Or did it get finesses and done and I just > missed it! :) The “share” plugin does indeed embed JSON into an URL,

Re: [tw5] Compress JSON with JSONCRUSH

2020-12-15 Thread Ste
So could it be employed to get those tiddly sites in a link working consistently that we were playing with? If memory serves it stalled because of special chars in the url. Or did it get finesses and done and I just missed it! :) On Tuesday, 15 December 2020 at 11:07:36 UTC jeremy...@gmail.com

Re: [tw5] Compress JSON with JSONCRUSH

2020-12-15 Thread Jeremy Ruston
Just to add that the library is designed to encode/compress JSON so that it can be more efficiently stored in URLs. It avoids characters that have to be escaped when URI encoded. So it is not exactly a general purpose JSON compression library; for that straightforward ZIP compression would seem

[tw5] Compress JSON with JSONCRUSH

2020-12-14 Thread Jan
Hi Tiddlywikians. I just encountered the a library which can verry efficiently reduce the size of JSON files. https://github.com/KilledByAPixel/JSONCrush So far I do not have a TW-usecase for this. But I want to share it with you because maybe someone else can build something with that.