I will have to try this out - that would really save me the headache as well while keeping things nice an streamlined.
On Apr 20, 8:35 am, Kralik <[email protected]> wrote: > I have the normal AutoSave turned off and instead have a bit of script > that checks to see if the wiki is "dirty" (i.e. has been changed) > every minute or so. If it is, it saves. I notice no performance loss > (in fact, seems much faster than saving every change). Of course, the > check could be changed from 1 minute to 5 minutes, etc. if needed. > > I use: > > if(store && store.isDirty && store.isDirty()) > saveChanges(); > > On a timer (setTimeout). > > -- > You received this message because you are subscribed to the Google Groups > "GTD TiddlyWiki" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/gtd-tiddlywiki?hl=en. -- You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gtd-tiddlywiki?hl=en.

