We seem to have very similar systems. I give a "W" priority to future tasks 
and filter them out. But they appear in the "today" link which I check once 
a day, so that way I don't lose track of them.

I use a selectable list of filters. I insert the following code below the 
first div in $:/plugins/telmiger/todonow/user-filter.  Each filter is a 
tiddler tagged as Filter.

<!-- MAS SELECTION CODE HERE -->
<$select tiddler="$:/temp/tdn/user-filter" default='General Usage'>
<$list filter='[tag[Filter]sort[title]]'>
<option value={{!!text}}><$view field='caption'/></option>
</$list>
</$select>
<!-- MAS END SELECTION CODE HERE -->

The main thing is that I have to delete 
$:/plugins/telmiger/todonow/user-filter whenever Thomas does an update, and 
then paste it back into the updated tiddler after the update. I mark the 
code with the comment brackets so I tell which parts I've inserted.

-- Mark

On Thursday, December 20, 2018 at 4:44:38 AM UTC-8, Kalmir wrote:
>
> I do this by tagging these items with a "future" tag and by filtering out 
> this tag. That seem better to me then using priority, as it doesn't 
> preclude assigning the task its actual priority (1-3). Or do I miss 
> something? I also do the same also with "someday/maybe" tag. Then at the 
> end of the week I filter them in to review those items.
>
> On a related note, is it just me who thinks more than just 1 user filter 
> (button) would be great? I mean now if I want to use different filtering, I 
> need to delete the previous filter. Since I usually revert back to the 
> original one, I need to write it in again. Of course some copypasting helps 
> but to be able to choose from different filters would be awesome. 
>
> However, I have no idea how difficult to implement this would be. And I 
> don't want to sound like I am complaining about the lack of this feature. 
> On the other hand, Thomas, thank you lots, ToDoNow is what I was looking 
> for and works great :)
>
> On Wednesday, October 24, 2018 at 3:13:10 PM UTC+1, Mark S. wrote:
>>
>> I mark all those "future" items with priority "W" (for waiting). Then use 
>> the filter to hide W items:
>>
>> +[!priority[W]]
>>
>> Although the W items are hid from the main todo list, they're not hidden 
>> when you check "Today". So, once a day, when you check today's outstanding 
>> tasks, you can change the priority to make the items visible again in the 
>> main list.
>>
>> -- Mark
>>
>> On Wednesday, October 24, 2018 at 6:40:52 AM UTC-7, Willy Tanner wrote:
>>>
>>> Hello TodoNow folks
>>>
>>> without wanting to hijack this thread but is there a way to suppress the 
>>> visibility of a todo item before a certain date (scheduled date, start 
>>> date)?
>>>
>>> Quite often I need to plan todo items a long time into the future but my 
>>> every day life would become messy if I'd be forced to deal or even just see 
>>> all these items long before they can be acted upon. 
>>>
>>> Thank you
>>> Christoph
>>>
>>>
>>>
>>> On Tuesday, March 20, 2018 at 10:47:41 PM UTC+1, Thomas Elmiger wrote:
>>>>
>>>> Hello TW-friends
>>>>
>>>> After quite some time I have updated most of my plugins on 
>>>> https://tid.li/tw5/plugins.html with some minor and some deeper going 
>>>> changes. Generally I have tried to make my stuff more robust for different 
>>>> designs. Additionally I have been able to integrate some user feedback 
>>>> from 
>>>> the last five months ore so. 
>>>>
>>>> As always: Please make a backup or two before updating. And if you 
>>>> update, update all dependencies. 
>>>>
>>>> Enjoy and keep the feedback coming!
>>>> Thomas
>>>>
>>>> ===
>>>>
>>>> From the readme of ToDoNow:
>>>>
>>>> Version 1.2.9
>>>>    
>>>>    - Minor redesign with better icons, context sensitive colours, less 
>>>>    whitespace and additional configuration options:
>>>>       - hide the header of ToDoNow 
>>>>       <https://tid.li/tw5/plugins.html#ToDoNow>
>>>>       - check and adjust author/creator info and task template
>>>>       - translate all text, date and time formats on ToDoNow 
>>>>       <https://tid.li/tw5/plugins.html#ToDoNow> via translation 
>>>>       tiddlers
>>>>          - you can leave the translation empty to save the space
>>>>       - independent save button (no longer a duplication of the core 
>>>>    save button, so adding an accesskey to the core version 
>>>>    
>>>> <https://groups.google.com/forum/#!msg/tiddlywiki/OJQ0yRq4zog/DqCXRmWxAgAJ>
>>>>  
>>>>    should not be a problem anymore)
>>>>    - listreveal updated to version 0.3.21
>>>>    - reminders updated to version 0.1.6
>>>>
>>>> Special thanks to Surya, Mark, Jasper and Josiah for feedback and 
>>>> suggestions!
>>>>
>>>>
>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0054400b-ac7a-434e-a39c-f121402b0310%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to