Hi all, @Birthe:
> Also I think that when you find the answer your solution will have grown > considerably in size. > > I have settled with a tiddler with the foolish title "Now is now" it has > tag Task and the fields due and why. The why field has the value > ***DEADLINE***. In my tasklist I have a button Now that sets the above > mentioned tiddlers due field to now date. It will get listed with my other > tasks and all listed above that one will have passed deadline. > > >>>Before beginning with all these task-things my wiki had 2,7MB. When I had installed ToDo Now it had 3,3MB, without it, but with $:/plugins/tobibeer/appear <http://tobibeer.github.io/tw5-plugins/#%24%3A%2Fplugins%2Ftobibeer%2Fappear> installed, it has now 2,8MB.... I think, the size is okay now. Your mentioned tiddler: I don't understand, for what it could be useful for me... @all: I am a bit surprised, that nobody could help me just a little bit. With really no knowledge and almost no experience (Tiddlywiki now since 1 month) I found out solutions for at least some questions related to this thread. I had to ask Google and tried and tested with a lot of errors for hours and hours. I am always reading solutions and then just guessing what all the signs and symbols (like e.g. { [ > / $ and so on) could mean. Okay, I am not happy with these solutions, but it is hmmm... okay.... I found an answer for how to sort the list at first by X and second by Y. I don't remember anymore how, because I tested so many things now and gave up this sorting by to parameters. Why couldn't nobody answer me that question?? But, well, enough wondered now... My solution is now the following: *Plugins I have for my tasks:* Checklist Plugin ($:/plugins/tgrosinger/tw5-checklist) Appear widget ($:/plugins/tobibeer/appear) I create my tasks with an edit button with: <$button> <$action-setfield $tiddler={{!!title}}/> <$action-sendmessage $message="tm-edit-tiddler" $param={{!!title}}/> edit title </$button> At the beginning of the title I write the date, when I have to do it (e.g. 18.01.01). It is for sorting the tasks by 1. todo-deadline and 2. the title. And also for being able to see the todo-deadline in the lists. When I now finished a task I move it to the next deadline with clicking on the edit button and then write the new deadline in the title of the tiddler. I am not happy with that, but didn't find out another solution. I made lists for every 12 months. These lists show the title of the tasks, sorted by title (because the title has the deadline at the beginning it is automatically sorted first by deadline second by title). When I click on a task-title in this list, it popups with the task-tiddler. *A list of all Tasks for e.g. April with:* \define makeState() <<qualify $(stateTiddler)$>> \end <$list filter="[tag[ToDo]prefix[18.04]sort[title]]" variable="mytitle"> <$set name="stateTiddler" filter="[<mytitle>addprefix[$:/temp/state/]]" emptyValue=error> <$wikify name="qualstate" text=<<makeState>>> * <$button class="tc-btn-invisible" popup=<<qualstate>>><$text text=<< mytitle>>/> </$button> <$reveal type="popup" position="below" state=<<qualstate>>> <div class="mypopup"> <$tiddler tiddler=<<mytitle>>> <$transclude tiddler=<<mytitle>>/> </$tiddler> </div> </$reveal> </$wikify> </$set> </$list> <style> .mypopup { min-width: 380px; border: 1px solid #bbb; background-color: #ffffff; padding: 1em; margin: 4px 0 0 0; text-shadow: none; line-height: 1.4; } </style> *And then I have a list with all 12 lists in it- only the title of the lists.* When I click there e.g. on "ToDo-List (April)" all the tasks I have to do in April popup and when I then click there on a tasks, the task-tiddler pops up. For this last list, I have again a question. For better reading here I post it in the next. -- 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/22a52ea2-327f-4ed9-877a-4ce9e205e5d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

