Hi again
*,*my favourites at the moment are these three solutions.
But every solution misses something important.
Of course I would prefer one of them, which is small in size, but that 
doesn't really matter so much, because the difference is probably not so 
big.
Maybe one of you could tell me, how to make one of them work with all 
important features?

*task-list with shown and editable due date, but without popups of the 
tasks:*
<$list filter=[tag[ToDo]sort[due]] template= {{Upgraded Task 
List!!entry_display_template}}>
<$checkbox tag="done"> <$link to={{!!title}}><$date field="due"/><$view 
field="title"/></$link> - <br><$view field="blurb"/></$checkbox>
</$list>

>>>Missing but important:

   - Popup of the whole task. In the popup it should be possible to edit 
   the due-date.
   - If the task has checkboxes inside the task, I want the checkboxes to 
   be clickable in the popup
   - 4 lists: Overdue / This Week / This Month / All Tasks. These lists 
   should be wrappable / expandable with a slider or something similar

>>>Would be nice to have:

   - Sorted at first by due-date, then by title. Now it is sorted only by 
   due-date



*task-list without shown due date, but with popups of the tasks:*
\define makeState()
<<qualify $(stateTiddler)$>>
\end

<$list filter="[tag[ToDo]]" 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>

>>>Missing but important:

   - It shold show the due-date at the beginning. Now it doesn't show the 
   due-date.
   - Sorted by due-date. Now it is sorted by title.
   - The due-date should be editable in the popup. Now it opens the 
   calendar, but looses the focus when I want to choose a date.
   - I want 4 lists: Overdue / This Week / This Month / All Tasks. These 
   lists should be wrappable / expandable with a slider or something similar

>>>Would be nice to have:

   - Sorted at first by due-date, then by title. Now it is sorted by title.



*"Tiddlers By Due Date":*

<table> <tr><th>Due</th><th>Tiddler</th></tr> <$list 
filter="[has[due]!tag[done]sort[due]]"> <tr> <td><$view field="due"/></td> <td> 
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link> 
</$checkbox> </td> </tr> </$list> </table>


   - Great :-)
      - But the tiddlers are only listed with the titles, I cannot see the 
      task(s) I made with checkboxes inside it.
      - For that I tested "popup in table" with:
      - <table>
      <$list filter="[has[due]!tag[done]sort[due]]">
      <tr><th colspan="2"><$view field="title"/> <$transclude
      tiddler="$:/core/ui/Buttons/more-page-actions" mode="inline"/>
      </th></tr>
      [...blablabbla table body with fields....]
      </$list>
      </table>
      
      - That shows me the task-titles with an arrow to show me something 
      else (like a popup). But it doesn't show me the due date and when I click 
      the arrow, it shows me list of "More Actions", but not the task itself.
      

It must be possible to make it with one of these three, isn't it??? Please, 
somebody knows it how to....


@Birthe: I also installed the full gsd5-core-plugin. But it also didn't 
worked as I expected. mGsD has a nice feature and it works on that demo 
(but unfortunately not in my wiki, I think that is because it is fur 
TWClassic, not for TW5. There you can say "+ 1 day / week / month / year". 
And then the task is moved 1 day / week / month / year. And if you click 
that it e.g. twice it is moved 2 days / weeks / months / years.

Hoping...., Surya

-- 
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/50b5f1d7-6259-438a-aaf2-5190eee758d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to