Thanks Eskha.

How would you modify something like this:

<$list filter="[!has[draft.of]tag[Tasks]!tag[Done]tag[Next]]">
<$checkbox tag="Done">
<$link to={{!!title}}><$view field="title"/></$link><br>
</$checkbox>
</$list><br>

so that the tags could be included with the title as part of <$view
field="title"/>, maybe appended to the title and separated by hyphens?

Is that possible?

Regards,
Don Lund
Milan, MI

Love so amazing, so divine,
Demands my soul, my life, my all.
*Isaac Watts, pub.1707*

On Mon, Mar 12, 2018 at 9:44 AM, Eskha <khaskel...@gmail.com> wrote:

> Hi Captain,
>
> The tiddler tags are stored in the "tags" field so you can display them
> with the
>
> *{{!!tags}}*syntax inside the list widget.
>
>
> If you want to display them so that they look like ... tags, you can use
> the following template :
> "$:/core/ui/TagTemplate"
> with the syntax
>
> *{{!!tags||$:/core/ui/TagTemplate}}*
>
> (in that case you even don't need to use the !!tags part)
>
>
> You can look at the  "custom item output" of the ListWidget documentation
> on Tiddliwiki.com for an illustration
>
> <$list filter="[tag[ListWidget]sort[title]]">
> <<currentTiddler>>
> {{||$:/core/ui/ViewTemplate/tags}}
> </$list>
>
>
> Best regards,
>
> Eskha
>
> --
> 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/5WR6PIx3HH0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/19f45e42-ba90-4feb-b4f3-97e67edb56e2%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/19f45e42-ba90-4feb-b4f3-97e67edb56e2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJoXYHF6YiVqcrhWCaCSYfYZVveYJ0OrBu1Pyn-W%2Bb3MxDJ6zA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to