<$list filter="[!title[TaskSkeleton]!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!each[tasklist]]">
!!! Tasklist: <$view field="tasklist"/>
<table>
<tr>
<th>Title</th>
<th>Priority</th>
</tr>
<$list filter="[tasklist{!!tasklist}!title[TaskSkeleton]!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]sort[p]]">
<tr>
<td><$checkbox tag="done"> <$link to={{!!title}}>,,<$view field="title"/>,,</$link></$checkbox></td>
<td><$radio field="p" value="1"></$radio><$radio field="p" value="2"></$radio><$radio field="p" value="3"></$radio><$radio field="p" value="4"></$radio><$radio field="p" value="5"></$radio><$radio field="p" value="6"></$radio><$radio field="p" value="7"></$radio><$radio field="p" value="8"></$radio><$radio field="p" value="9"></$radio></td>
</tr>
</$list>
</table>
</$list>
Question 1: Is there a way to expand each row to view the contents of each tiddler listed? I would like to have a task tiddler with a title for a summary, and the contents as notes on progress etc. I'd like to click to expand one, then click again to fold.
(Side note: what if the contents of a task tiddler contained links to more task tiddlers? Recursion? )
Question 2: Is there a better way to manage the multiple levels of priority? I want to be able shift my tasks easily to arrange them in the order of attack.
As always, grateful for help.
\define sliderTask(task)<$reveal state=<<qualify "$:/state/task">> type="nomatch" text="$task$"><$button set=<<qualify "$:/state/task">> setTo="$task$" class="tc-btn-invisible">{{$:/core/images/right-arrow}} $task$</$button></$reveal><$reveal state=<<qualify "$:/state/task">> type="match" text="$task$"><$button set=<<qualify "$:/state/task">> setTo="" class="tc-btn-invisible">{{$:/core/images/down-arrow}} $task$</$button>
<br>{{!!description}}
</$reveal>\end
<$list filter="[!title[TaskSkeleton]!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!each[tasklist]]">
!!! Tasklist: <$view field="tasklist"/><table><tr>
<th></th>
<th>Title</th><th>Priority</th></tr><$list filter="[tasklist{!!tasklist}!title[TaskSkeleton]!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]sort[p]]"><tr><td>
<$checkbox tag="done"></$checkbox></td><td><$macrocall $name="sliderTask" task={{!!title}}/></td><td><$select field="p" default="0"><option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option><option>9</option></$select>
</td></tr></$list></table></$list>
Great, where do I find the screenshot?
--
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/_HAKq8VIhnU/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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
--
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/_HAKq8VIhnU/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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
"Error while saving:Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied"
I follow those instructions, but when I save the empty file with the tiddlyspot credentials, I get this:"Error while saving:Error:NS_ERROR_DOM_BAD_URI: Access to restricted URI denied"
Are you using Firefox when saving to tiddlyspot? Then change to Chrome.
--
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/_HAKq8VIhnU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
Hi Alberto,
I've got an example up and running at http://mjptest.tiddlyspot.com/, but the contents of the tiddlers is not revealed in the slider. What have I done wrong?
Thanks for your suggestion.
Matthew
<br>{{!!description}}
<br>{{!!text}}
<br><$view field="text"/>
\define sliderTask(task)
<$reveal state=<<qualify "$:/state/task">> type="nomatch" text="$task$">
<$button set=<<qualify "$:/state/task">> setTo="$task$" class="tc-btn-invisible">
{{$:/core/images/right-arrow}} $task$</$button>
</$reveal>
<$reveal state=<<qualify "$:/state/task">> type="match" text="$task$">
<$button set=<<qualify "$:/state/task">> setTo="" class="tc-btn-invisible">
{{$:/core/images/down-arrow}} $task$<
/$button>
<br><$view field="
</$reveal>
\end
You can see that I have my task list split based on the "tasklist" field. Is there a way to make the lists sort by this field? I would like to have my work tasks first. That's why I put the number in there.
<$list filter="[!title[TaskSkeleton]!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!each[tasklist]sort[tasklist]]">
Best wishes,
Alberto
--
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/_HAKq8VIhnU/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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
I use tags just for "task" and "done", to show a tiddler is a task, and to show it's done. That way you can have a list of done tasks. The list-links macro is great.
A tiddler can have multiple tags, but a field can only have one value.
Status could be a field or a tag I guess.
Very simple to add a summary field and make that show in the slider instead of the tiddler text. Put !!tasksummary (or whatever) instead of !!text.
Happy to help! I was where you are a few months ago. This group is very helpful.
Best regards,
Matthew