Great stuff, Dave.
I did notice a couple of small points:
In example two of slide 5, you'd be better off with this simpler way to get
each item on a separate line:
<$list filter="[tag[Mexico City]]">
<$link to={{!!title}}><$view field="title"/></$link>
</$list>
In the bullet list example of slide 5, you should move the <ul></ul> tags
up so that they wrap around the list widget. The way you've got it at the
moment it's actually generating a separate list (with a single item) for
each entry.
In slide 6, there is some confusion about the transclude widget needing
space around it. The issue is the old, old, old one that if you want the
content of an element to be parsed in block mode, then you need to have a
line break immediately after the opening element. So, your example would be
better written as:
<$list filter="[tag[Mexico City]]">
<$link to={{!!title}}><$view field="title"/></$link>
<$transclude/>
</$list>
Also in slide 6, you're using the transclude widget to display other
fields. It may be worth pointing out that transclusion wikifies the field;
if you don't want that then you should use the view widget.
The examples on slide 7 use the obsolete itemClass attribute; it is no
longer required.
In slide 8 you recommend using the transclude widget to display the tags
field; better to use the view widget so that the tags don't get wikified.
There is no filter operator called "tagged", as it mentions in slide 8;
there is one called "untagged" though.
Slide 9 includes several examples using the <br> tag which would be better
if you triggered block mode with a line break after the opening tag. For
example, your photo example should be:
<$list filter="[tag[Mexico City]]">
<$link to={{!!title}}><$view field="title"/></$link>
<$transclude/>
</$list>
Best wishes
Jeremy
On Mon, Feb 24, 2014 at 4:51 PM, David Gifford <[email protected]> wrote:
> Here is the link
>
> http://giffmex.org/TiddlyQuickly.html
>
> Enjoy! Dave
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
Jeremy Ruston
mailto:[email protected]
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.