On Sep 21, 5:14 pm, Zans Mihejevs <[email protected]> wrote: > I have two questions in this post. > First of all, how can I define a global variable that I could later > access through a script in any of my Tiddlers? You could use config.options which is mainly used for this. eg: config.options.txtSomething config.options.chkBoolean If something has a prefix chk or txt it is easy to save it with cookies.
Have a look at one of tiddlytools plugins source code, where you can change checkboxes or a txt how it is handled ... > Second, I'm working on making my own GTD mod for my TW and I want > Tiddlers to have a new parameter such as "Deadline". How can I > implement this? You know, that there are some GTDs out there? mGSD or tbGTD http://mgsd.tiddlyspot.com/#mGSD http://tbgtd.tiddlyspot.com/ -- You received this message because you are subscribed to the Google Groups "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/tiddlywiki?hl=en.

