[tw] Re: ListWidget, Tables, and BlockMode (yes, again....)

2015-03-04 Thread Bob Robison
Yep !  That worked fine and now that I see it, I think I have figured 
that out (or seen it referenced) before... but I don't remember seeing the 
individual tables rendered like that previously. 

In any case, you answered my question, thanks!  Very helpful!

bob

On Wednesday, March 4, 2015 at 9:19:22 PM UTC-6, Jed Carty wrote:

 For this I am pretty sure you have to use html. I have never gotten tables 
 built using a list widget and the standard wikitext, luckly tables like 
 this in html aren't hard. So use something like this:

 table
 $list filter='[[Tiddler1]] [[tiddler2]]'
 trtdsome-text/tdtdother text/td/tr
 /$list
 /table

 If anyone does know a way to do this using wikitext I would like to see it.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: ListWidget, Tables, and BlockMode (yes, again....)

2015-03-04 Thread Jed Carty
For this I am pretty sure you have to use html. I have never gotten tables 
built using a list widget and the standard wikitext, luckly tables like 
this in html aren't hard. So use something like this:

table
$list filter='[[Tiddler1]] [[tiddler2]]'
trtdsome-text/tdtdother text/td/tr
/$list
/table

If anyone does know a way to do this using wikitext I would like to see it.

-- 
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.
For more options, visit https://groups.google.com/d/optout.