I puzzled over this yesterday. In the previous message, Jeremy said "Here, the list widget doesn't trigger block mode because there isn't a newline after the opening tag."
As I interpret it, this means that in order for items in the list to be on separate lines, 1. there needs to be a *separate *closing tag (</$list>, as opposed to <$list filter="[tag[dimension]]" />) 2. AND that separate closing tag needs to be at the beginning of a new line. Is that correct? >From my amateur perspective, the widgets are currently the toughest thing to figure out in TW5 when coming from classic TW. (Though I admit that might be because in the documentation I didn't pay much attention to the "WikiText" tiddler, thinking rather too smugly that I already knew about all of that). cmari On Wed, Aug 28, 2013 at 1:36 PM, Joshua <[email protected]> wrote: > If I somehow deleted my other message instead of sending it, thanks > Tobias. That did what I asked but changed the elements to block again when > I want inline. I did on the other hand find out that the following gives me > what I want. I have a feeling that it breaks some kind of coding rules > though. Obviously I'm grasping and using trial and error rather than > understanding what I am doing. :-) > > <$list filter="[tag[dimension]]"> > <$view field="title"/> - <$view field="text"/> > </$list> > > Joshua > > > On Tuesday, August 27, 2013 6:20:45 PM UTC-5, Tobias Beer wrote: >> >> <$view field="text" format="wikified"/> >> >> Best wishes, Tobias. >> > -- > 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. > -- 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.

