Hi Steve,
The point here is, that the following code produces different output,
depending on edit or view mode. eg:
- create 2 tiddlers named "a" and "b"
- tag them "test"
- create a tiddler named: test
- save it
- open it and copy the following code into it
- open Preview Mode
- save the tiddler again
you should see a difference. Code for tiddler "test":
```
<$list filter="[tag{!!title}]"><<currentTiddler>>, </$list>
```
<$list filter="[tag{!!title}]"><<currentTiddler>>, </$list>
```
<$list filter="[tag<currentTiddler>]"><<currentTiddler>>, </$list>
```
<$list filter="[tag<currentTiddler>]"><<currentTiddler>>, </$list>
```
<$list filter="[tag[test]]"><<currentTiddler>>, </$list>
```
<$list filter="[tag[test]]"><<currentTiddler>>, </$list>
have fun!
mario
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/225a2517-9194-498e-a5e0-2c29a732e6f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.