Thanks for all those suggestions.  I did a bit of a selfish programming and 
wrote it to how I used realms and saw action in mGSD but you ideas will 
make it more flexible and acceptable for the masses.  I do appreciate the 
insight.

I did consider placing a realm selector on the Dashboard as well, but 
scrapped the idea originally for its presence on the Collect and Review 
tabs;  I will revisit this.

I am a bit of an atypical user,  I don't own a mobile device, my Toshiba 
NB505 is about as small of a device I use, so I rarely get to see the 
rendering on anything smaller.  I usually use Chromium (but I do test runs 
in Firefox, IE) and therefore don't use the AutoSave feature and quite 
frankly forget it exists, so I will see about getting that integrated as 
well.

On Wednesday, September 17, 2014 2:24:20 PM UTC-5, Danielo Rodríguez wrote:
>
> 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