Hey all,

was digging around the code trying to turn off the automatic checking
of opening tasks and projects in quickadd (which I was able to do),
when I came across a small section of code in the MgtdProcessInbox
tiddler...

It seems that it should automatically assign a context if it finds
certain words in the tiddler title. So if the quick add entry is
".call John", then the context @Calls should automatically be
assigned. I have modified the section of the code to this:

var automagicContexts = {
                                                                '@Calls':'call',
                                                                
'@Errands':'buy',
                                                                '@Email':'email'
                                                        };

but it doesn't seem to work.

Anyone know anything about this or how to get it to work?

cheers,
dan

-- 
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.

Reply via email to