[tw] Re: tiddler list with titles and tags

2018-03-27 Thread Jed Carty
No, it isn't possible to sort it using {{!!tags}}, when you do that than 
you get the string stored in the tags field and the sorting works on items 
in a list, not on the characters in a string. The tags field should be 
sorted by title, but there may be times, like when you add a new tag, when 
it isn't sorted. I am not certain that ever happens. But you can't sort it 
any other way unless you put it in a list.

-- 
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/f45714b2-5ea2-41d2-afc6-c4f3f08b6f53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tiddler list with titles and tags

2018-03-27 Thread 'Mark S.' via TiddlyWiki
Isn't {{!!tags}} already sorted?

On Tuesday, March 27, 2018 at 8:31:29 AM UTC-7, Captain Packers wrote:
>
> Jed,
>
> Is it possible to sort the the tags if I use the {{!!tags}} construct 
> listed below? 
>
> <$list filter="[!has[draft.of]!tag[Done]!tag[@waiting]tag[@next]]">
> <$checkbox tag="Done"> 
> <$link to={{!!title}}><$view field="title"/> - {{!!tags}}
> 
> 
>
>
> On Monday, March 12, 2018 at 10:49:00 AM UTC-4, Jed Carty wrote:
>>
>> Yes, that is possible. Try this:
>>
>> <$list filter="[!has[draft.of]tag[Tasks]!tag[Done]tag[Next]]">
>> <$checkbox tag="Done"> 
>> <$link to={{!!title}}><$view field="title"/> <$list 
>> filter='[tags[]]'><>-
>> 
>> 
>>
>

-- 
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/3db58d0c-4528-4300-8ce0-fe298efc309d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tiddler list with titles and tags

2018-03-27 Thread Captain Packers
Jed,

Is it possible to sort the the tags if I use the {{!!tags}} construct 
listed below? 

<$list filter="[!has[draft.of]!tag[Done]!tag[@waiting]tag[@next]]">
<$checkbox tag="Done"> 
<$link to={{!!title}}><$view field="title"/> - {{!!tags}}




On Monday, March 12, 2018 at 10:49:00 AM UTC-4, Jed Carty wrote:
>
> Yes, that is possible. Try this:
>
> <$list filter="[!has[draft.of]tag[Tasks]!tag[Done]tag[Next]]">
> <$checkbox tag="Done"> 
> <$link to={{!!title}}><$view field="title"/> <$list 
> filter='[tags[]]'><>-
> 
> 
>

-- 
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/2aa66806-15ae-414d-a1cd-194a12d3de3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tiddler list with titles and tags

2018-03-13 Thread Captain Packers
Thanks Jed.

I ended up using this:

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



which creates a comma separated tag list.

On Monday, March 12, 2018 at 10:49:00 AM UTC-4, Jed Carty wrote:
>
> Yes, that is possible. Try this:
>
> <$list filter="[!has[draft.of]tag[Tasks]!tag[Done]tag[Next]]">
> <$checkbox tag="Done"> 
> <$link to={{!!title}}><$view field="title"/> <$list 
> filter='[tags[]]'><>-
> 
> 
>

-- 
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/e0caf060-820b-48e4-8b0f-6226585207d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tiddler list with titles and tags

2018-03-12 Thread Jed Carty
Yes, that is possible. Try this:

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



-- 
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/a9deef77-91fa-42e0-83de-ce08baf157de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: tiddler list with titles and tags

2018-03-12 Thread Don Lund
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"/>



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  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]]">
> <>
> {{||$:/core/ui/ViewTemplate/tags}}
> 
>
>
> 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
> 
> .
> 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.


[tw] Re: tiddler list with titles and tags

2018-03-12 Thread Eskha
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]]">
<>
{{||$:/core/ui/ViewTemplate/tags}}



Best regards,

Eskha

-- 
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/19f45e42-ba90-4feb-b4f3-97e67edb56e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.