It is fixed now.
ToDoNow
My helper to get things done got several new features, optimisations and enhancements:
For my own use, I really need a way to hide away much of the "waiting list". Perhaps other people do not collect large number of "pending" activities. Well, that's why I need a todo list. I've slipped in code to let me hide a certain priority (priority "W" for wait, in my case). Eventually I would like to be able specify a filter to insert so that I don't see "M" (Maybe someday) and "P" (Pending other resources).
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1tXajwMlUDo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/0ea55c6a-3f7b-468e-b15f-2528ea3781d5%40googlegroups.com.
I have seen that you have managed to integrate the TodoNow plugin together with the Barchart plugin. The truth is that it's something I've been looking for for a long time.
Could you tell us how you got it ???
Greetings.<$ProgressBar finished="[tag[YourCategoryTag]tag[ToDoDone]]"
unfinished='"[tag[YourCategoryTag]!tag[ToDo]]" colors="#bf9,#fbb"/>/>
as in the first example here: https://ooktech.com/TiddlyWiki/BarChart/#Demo
Hi all
With enormous gratitude for inspiring users like Mark S. and Josiah (aka @TiddlyTweeter) who contributed many ideas and testing: My plugins are updated (and still worked in my first test).
Warning: only tested with TW 5.1.14!
===
ToDoNow
My helper to get things done got several new features, optimisations and enhancements:
* reordered icons in ToDo lists
** first deadline (if available by kixam-plugin), then priority
* archive tasks to get them out of the lists
** new button in ToDoDone list
** new tiddler ToDoArchive with keyword and tag search
* deadline handling improved
** new set of icons
** delete deadline (hover over date)
* view template to show ToDo info on all relevant tiddlers (single view)
* tag and priority changes don’t affect modified timestamp (TW 5.1.14)
* new empty message for ToDoNow section
* bugs fixed on Work-Report (now part of the plugin)
* better readme documentation and examples (see this link)
===
Listreveal
My tool for listing tiddlers got some updated button macros and CSS – no big deal.
===
As always: remember to back up your wikis before you try my stuff.
You can find the plugins here: http://tid.li/tw5/plugins.html#Get%20More%20Plugins – feedback ist highly appreciated!
(There are still some ideas from Josiah and Mark on my consideration list, but please don’t hold your comments back.)
Happy doing and have a nice weekend!
Thomas
Hi, Thomas,Great plugin. I'm always on the look for a good task management application. I have tried dozens of them.What I value most is the ability to hide items that cannot be done now. GTD uses "contexts" for this purpose. I suppose a "context" is just a tag. I can use some special character for tags denoting contexts ("@computer", "@home", etc.). "Projects" are also just tags. So, I guess, your system can accommodate that. But there are two other conditions that can make a task irrelevant now:1. Task dependencies. I'd like the ability to hide tasks that cannot be started before another task is completed. And when the blocking task is completed, the blocked task should become "active" and show up in the lists. It helps to unclutter the lists tremendously. Very few otherwise excellent task management applications allow that.
2. The ability to postpone tasks. Some tasks cannot be started until some future time. I'd like to have the ability to set this time and hide the task from the list until that time. Emacs Org Mode uses "SCHEDULED" attribute for that. Some implementations of todo.txt call it "threshold". I use this feature most frequently for recurring tasks. E.g. if I just mowed my lawn, I don't want to see it on my list again sooner than in 2 weeks. And for daily items that need to be done each evening, for example, having a timestamp is critical to hide items until "6pm", for example. GTD uses the concept of "tickler" for this. In Monkey GTD which I used for a while many years ago, tasks could be converted into "ticklers". But I find it unnecessary since this, imo, is just a task attribute.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/1tXajwMlUDo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/015d2f35-c7aa-42ce-9d94-821ee8d9de56%40googlegroups.com.
<!-- 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 -->
When TW5 was in the beta stage Matabele created http://wills.tiddlyspot.com/ with lots of ticklers.
I've always given op on complex systems. It takes longer time to learn to know them - and to use them. Better get things done than keep all those systems going.