Hi Fred
On Wed, Apr 23, 2014 at 7:06 PM, Fred Grott(shareme) <[email protected]>wrote: > Okay so I am doing some hacking that eventually will form a PIM/GTD wiki > > Trying to do cells in a list filter > > Stephan Hradek has this: > > <$list filter="[is[current]tag[person]]"> > |!Street |{{!!street}} | > |!Town |{{!!town}} | > |!Phone |{{!!phone}} | > </$list> > > > Does not seem to work in Tw510beta as it gives this: > The problem is a change introduced around 5.0.8 to the way that block mode is handled within a widget or HTML element: http://tiddlywiki.com/static/Notes%2520for%2520upgrading%2520to%25205.0.8-beta.html Try putting another line break after the opening tag: <$list filter="[is[current]tag[person]]"> |!Street |{{!!street}} | |!Town |{{!!town}} | |!Phone |{{!!phone}} | </$list> Best wishes Jeremy. > > Donald Duck > Stephan Hradek 3 months ago > person > |!Street |13th Street | |!Town |Duckburg | |!Phone |1313 | > > So do I need to escape something for the tables in wikitext to work for > this use case? > > Skeeve' tiddlystuff is on tw507beta I believe which is where I copied from > > > Thanks > > -- > 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/d/optout. > -- 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/d/optout.

