[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-11-07 Thread Flibbles
And now, because I know you've all been waiting for it, CSS compression! Uglify handles both your javascript and your static css files now. The gains aren't much, but it's a necessary step on the path to wikitext uglifying. On Saturday, October 30, 2021 at 2:43:56 PM UTC-4 Flibbles wrote: >

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-10-30 Thread Flibbles
Hey All! You know what TW5-Uglify was missing? A nice, easy-to-use uglify wizard . Before, if you wanted to compress your standalone tiddlywiki file, you had to follow a whole bunch of steps like some kind of recovery program. Now, just

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread PMario
On Wednesday, January 20, 2021 at 9:18:38 PM UTC+1 Flibbles wrote: > I don't think so. I'm not sure what that is, I didn't have a look at your code and I also need to test the plugin in detail. ... It seems the uglify.js library is capable of creating source-map files. source-maps contain

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread Flibbles
I don't think so. I'm not sure what that is, and I can't find it in the core. Uglify works by hijacking the View Widget, which is used for all plugin writing during saves. It's not great, but it's what I found works. If there's a better way, I'd gladly change it over. On Wednesday, January 20,

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread PMario
Hi, Very interesting. .. Did you try to use the source.map function? -mario -- 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

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread okido
Hi All, If you require ES6 try Terser.js, it can be included like a browser script, no node.js required. Have a nice day, Okido Op woensdag 20 januari 2021 om 20:16:22 UTC+1 schreef Mark S.: > Added to the TiddlyWiki Toolmap > under

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread 'Mark S.' via TiddlyWiki
Added to the TiddlyWiki Toolmap under Developer/Advanced Tools. On Tuesday, January 19, 2021 at 12:26:32 PM UTC-8 Flibbles wrote: > Some people want a minified version of the TW5 core, but it'd be too much > work to maintain. > Some people

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread TiddlyTweeter
Flibbles wrote: > Let me know what you all think. > I did a further test (single file). I tried minifying the Offical TW Full Edition (i.e. all plugins). *It went from 10.8 to 7Mb. Good!* FWIW along the way the browser froze on removal of Uglify but recovered in time, no problem. Though one

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-20 Thread TiddlyTweeter
*Re: Some people want a minified version of the TW5 core ... Now there's a solution for everybody: TW5-uglify.* Flibbles wrote ... > Check it out. > Here's the demo site. > And here's the github page . > Flibbles

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Joshua Fontany
Wow, what an impressive accomplishment. Checking out with interest. :) Best, Joshua F On Tuesday, January 19, 2021 at 1:43:55 PM UTC-8 coda coder wrote: > > Let me know what you all think. > > *Comprehensive*, is what I think. Kudos. > > On Tuesday, January 19, 2021 at 2:33:24 PM UTC-6

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread coda coder
> Let me know what you all think. *Comprehensive*, is what I think. Kudos. On Tuesday, January 19, 2021 at 2:33:24 PM UTC-6 saq.i...@gmail.com wrote: > @Flibbles hurrah! This has immediate implications and uses for work that > my colleagues are doing and potentially for myself, where being

[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-01-19 Thread Saq Imtiaz
@Flibbles hurrah! This has immediate implications and uses for work that my colleagues are doing and potentially for myself, where being able to reduce the file size of a standalone TW file is essential. I will give it a whirl tomorrow. Thank you. Saq On Tuesday, January 19, 2021 at 9:26:32