Re: [twdev] Re: remove storeArea after boot?

2014-12-21 Thread Jeremy Ruston
Hi Joerg Would it be feasible to remove the div 'storeArea' after boot to relief browsers memory? With TW5, there shouldn't be a problem with removing the storeArea DIV after the boot-up process has read the tiddlers from within it. It'd be interesting to do some experiments and measurements to

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Joerg Plewe
Hi Eric! Thx for the extensive answer which gives me the feeling I really did understand the mechanics (I supported your book project with a small amount as a reward :)). performance You are right that removing the storeArea divs might not be noticeable in overall browser footprint nor

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Joerg Plewe
Oh ... the tag systemConfig is TW2 only? Am Donnerstag, 18. Dezember 2014 17:58:18 UTC+1 schrieb Eric Shulman: In any case, you can experiment with this (in TWC) without needing any core changes. Just create a tiddler, tagged with 'systemConfig', containing the following line of code:

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread Danielo Rodríguez
El viernes, 19 de diciembre de 2014 10:38:56 UTC+1, Joerg Plewe escribió: Oh ... the tag systemConfig is TW2 only? Yes. For TW5 you need to create a startup module. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this

[twdev] Re: remove storeArea after boot?

2014-12-19 Thread BJ
Tiddlyclip reads it configuration from the dom. Tiddlyclip is a firefox extension that allows uses to embed web content into their tiddlywikis. Firefox extensions can directly access the dom of web pages - when a user selects to use tiddlyclip with a tiddlywiki, tiddlyclip reads configurations

[twdev] Re: remove storeArea after boot?

2014-12-18 Thread BJ
Hi Joerg, Tiddlyclip (the firefox plugin) uses the 'storeArea' to copy tiddlers between tiddlywikis. Cheers BJ On Thursday, December 18, 2014 2:59:34 AM UTC-6, Joerg Plewe wrote: Hi group! New to TW trying to make my way to the internals. Would it be feasible to remove the div

[twdev] Re: remove storeArea after boot?

2014-12-18 Thread Joerg Plewe
Thank you BJ, but, from what I saw, the storeArea does not reflect the current content of the wiki? Deleted tiddlers are still in place, new ones are not yet there. It only reflects the tiddler content as it is at boot-time? Or am I wrong? . Jörg Am Donnerstag, 18. Dezember 2014 15:20:39 UTC+1

[twdev] Re: remove storeArea after boot?

2014-12-18 Thread whatever
Hi! If you're talking about TWC: the storeArea reflects the state as it was at last save. So if you add or delete tiddlers but don't save, the actual file doesn't reflect those changes until you actually save it. The changes are only in the memory till then. w On Thursday, December 18, 2014

[twdev] Re: remove storeArea after boot?

2014-12-18 Thread Eric Shulman
On Thursday, December 18, 2014 6:52:41 AM UTC-8, whatever wrote: If you're talking about TWC: the storeArea reflects the state as it was at last save. So if you add or delete tiddlers but don't save, the actual file doesn't reflect those changes until you actually save it. The changes are