On 10 ноя, 12:31, PMario <[email protected]> wrote: > In normal cases, opions are stored within "config.options" which is > also automatically written to cookies by the core, if you name them > right.
Ah, right, thanks, I'll rethink the usage of "cookie"-parameters (I threw this away at first glance). There are two cons: * as I have a new method of the the store, it seems convenient to have those "parameters" as a part of each TiddlyWiki() object (less constraints implied) * there should be 5 parameters for each store so I need to make each "cookie"-parameter name to be a combination of lines, or make object "cookie"-parameters [*] Although, storing those in config.options would allow to change them "on fly" which sounds interesting. Perhaps it's a good idea to set the "filters" as properties of hasToPushWhenIncluded itself, what do you think? [*] by the "cookie"-parameters I mean the variables stored in config.options.. just because those are parameters of TW for a user and they are stored in cookies. Didn't know that this happens only if they are named with those prefixes. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en.
