Hello again,

Here you have some examples of one of my proposals:

Next Actions<hr/>
<div class="tw-menu-list-item">
  <$list 
filter="[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]">
       <$view field="gtd_project"/>
</$list>
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[next]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
      <$complete tiddler=<<currentTiddler>>/>
      <$transclude 
tiddler="$:/plugins/briefcase/core/ui/lists/ListViewStatus"/>
      <span class="list-link">
        <$link to={{!!title}}>
          <$view field="title"/>
        </$link>
      </span>
      <$list filter=[is[current]!field:text[]]>
        &nbsp;<$transclude 
tiddler="$:/plugins/briefcase/core/images/excerpt"/>
      </$list>
    </div>
  </$list>
    </div>
  </$list>
</div>






<div class="tw-menu-list-item">
  Future Actions
  <hr/>
  <$list 
filter="[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
 
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]">
       <$view field="gtd_project"/>
</$list>
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[future]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
      <$complete tiddler=<<currentTiddler>>/>
      <$transclude 
tiddler="$:/plugins/briefcase/core/ui/lists/ListViewStatus"/>
      <span class="list-link">
        <$link to={{!!title}}>
          <$view field="title"/>
        </$link>
      </span>
      <$list filter=[is[current]!field:text[]]>
        &nbsp;<$transclude 
tiddler="$:/plugins/briefcase/core/images/excerpt"/>
      </$list>
    </div>
  </$list>
    </div>
  </$list>
</div>





<div class="tw-menu-list-item">
  Waiting Actions
  <hr/>
  <$list 
filter="[field:gtd_type[project]!field:gtd_status[done]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
 
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}limit[1]]">
       <$view field="gtd_project"/>
</$list>
<$list 
filter="[field:gtd_project{!!title}field:gtd_type[action]field:gtd_status[waiting]field:gtd_complete[false]field:gtd_realm{$:/currentRealm!!text}]">
    <div class="tw-menu-list-subitem">
      <$complete tiddler=<<currentTiddler>>/>
      <$transclude 
tiddler="$:/plugins/briefcase/core/ui/lists/ListViewStatus"/>
      <span class="list-link">
        <$link to={{!!title}}>
          <$view field="title"/>
        </$link>
      </span>
      <$list filter=[is[current]!field:text[]]>
        &nbsp;<$transclude 
tiddler="$:/plugins/briefcase/core/images/excerpt"/>
      </$list>
    </div>
  </$list>
    </div>
  </$list>
</div>



El miércoles, 17 de septiembre de 2014 16:08:30 UTC+2, Danielo Rodríguez 
escribió:
>
> One more thing:
>
> Why is not a future projects list inside the dashboard?
> What about a third state for projects? Like task, waiting.
> What do you think about including a completed task list under each 
> project? Maybe it should be an expandable accordion.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to