Re: [tw] Re: What is and how do I use a tiddler's list field?

2015-11-20 Thread David Allen
Are there any fairly good and basic examples of how to use this?

On Fri, Nov 20, 2015 at 1:38 AM, Tobias Beer  wrote:

> Hi David,
>
>
>> So on TiddlyWiki.com, I've seen a tiddler field called list, which
>> apparently stores titles of related tiddlers.  I was wondering if I could
>> get a more in-depth description of what this field is and how to use it.
>>
>
> See: http://tiddlywiki.com/#ListField
>
> Best wishes,
>
> — tb
>
> --
> 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/S-7Ly675IUw/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 http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/03dc0c83-23f2-493e-8896-703a50fb910d%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
David Allen

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


Re: [tw] Re: What is and how do I use a tiddler's list field?

2015-11-20 Thread Eric Shulman
On Friday, November 20, 2015 at 1:06:03 PM UTC-8, David Allen wrote:
>
> Are there any fairly good and basic examples of how to use this?
>
>> See: http://tiddlywiki.com/#ListField
>>
>
Basically, the list field is a way to specify a non-standard "sort" order 
of tiddlers.  The list value is used by several core widgets, including 
<$list> to control the order of their output.

Here's a simple example for using the list field with tagging:

1) create a bunch of tiddlers named A,B,C,D,E,etc. and tag them each with 
"foo"
2) create a tiddler named [[showfoo]] containing:
   <>
3) note the order of the tiddlers in the output
4) create a tiddler named "foo"
5) in "foo", create a field named "list"
6) in the "list" field, enter "C D"
7) view output of [[showfoo]] again
8) note that "C" and "D" are listed first, followed by the other matching 
tiddlers in their default sort order.

enjoy,
-e



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e059f6d5-af85-4122-8c20-6ff927f86c54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: What is and how do I use a tiddler's list field?

2015-11-19 Thread Tobias Beer
Hi David,
 

> So on TiddlyWiki.com, I've seen a tiddler field called list, which 
> apparently stores titles of related tiddlers.  I was wondering if I could 
> get a more in-depth description of what this field is and how to use it.
>

See: http://tiddlywiki.com/#ListField

Best wishes,

— tb 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03dc0c83-23f2-493e-8896-703a50fb910d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.