Is there a way to look at all upcoming ticklers within the next week?

2010-08-06 Thread Gary Buckley
I like to have a bit of heads up on my ToDo list about ticklers that are going to fire soon, not standard I know but it means I don't need a tickler for today to tell me to be in the office early tomorrow and another for tomorrow to tell me that I've got a meeting @ 9.00, if my upcoming ticklers sh

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-06 Thread Michael Scherer
I wrote a function that can be used instead of tiddler.tiddlerisActive(). Create a new tiddler named 'TicklerWillBeActiveWithin' with the two tags 'systemConfig' and 'exludeSearch' (all without quotes, of course). Copy all the text between the BEGIN and END lines into the content field: //BEGIN m

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-08 Thread Gary Buckley
Worked like a charm, thanks. It was interesting to see the method for adding function calls into the system too. Cheers, Gary On 6 Aug, 15:42, Michael Scherer wrote: > I wrote a function that can be used instead of > tiddler.tiddlerisActive(). > > Create a new tiddler named 'TicklerWillBeActive

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-09 Thread Michael Scherer
Glad to hear it's working for you. BTW, i found a little bug causing the list to show one day more than specified. In the following lines, the comparator '>=' should be a '>': //BEGIN return (startTime.convertToMMDDHHMM() <= this.fields.mgtd_date && endTime.convertToMMDDHHMM() >

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-09 Thread dmic
> Save your wiki and reload it. Now, you can use the function in your > mgtdList as follows: (Note the changed 'where' clause) > Thanks for putting this up, it's a great addition to be able to see ticklers firing in the next however long. I was able to create a new tickler with the tags and the

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-10 Thread dmic
Sorry - have worked it out now. For those who might ask the same question: (I use the action dashboard by context as my permaview, so this is a description of how to add the 'upcoming ticklers' to that, although it could be easily added to any dashboard.) - Follow Michael's instructions about cre

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-08-11 Thread Michael Scherer
For all, who have trouble with all this: I've uploaded two text files to the group's files section. So, there shouldn't be any problems with purged characters etc. The files section can be found here: http://groups.google.com/group/gtd-tiddlywiki/files The first file, "TicklerWillBeActiveWith

Re: Is there a way to look at all upcoming ticklers within the next week?

2010-09-15 Thread Simon Baird
On Sat, Aug 7, 2010 at 12:42 AM, Michael Scherer wrote: > I wrote a function that can be used instead of > tiddler.tiddlerisActive(). > >ticklerWillBeActiveWithin: function(numDays) { > That's nice. I've added it to mGSD. There is a release 3.1.8 out now that includes this. Am still show