[tw5] Reveal widget and wikitext tables

2019-06-23 Thread TonyM
A quick idea

Try this and see if the rows contine

|topline|value|
<$reveal state="ScratchPad!same_address" state="nomatch" text="yes">|Address: | 
<>|
|City: | <>|


Otherwise I do use html tables with parts wrapped in list widgets for a 
variable number of rows, even columns.

Only on my mobile now.

Regards
Tony

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f7bb7db-64a2-4a1a-b196-50ec6219b846%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Reveal widget and wikitext tables

2019-06-22 Thread David Allen
I've recently discovered that the wikitext tables (defined using vertical 
bars) are awesome, but I'm having an issue.  I want two rows of a table to 
appear only when a check box is checked.  This is what I'm doing (the 
macros are simply an edit-text and a select widget, it just makes the code 
cleaner):

<$reveal state="ScratchPad!same_address" state="nomatch" text="yes">
|Address: | <>|
|City: | <>|


The problem with this is the content of the reveal widget displays as a 
separate table, where I want these two lines to be part of the original 
table.  I'd rather not have to encompass all four cells in separate reveal 
widgets if I don't have to.  Does anyone know if there is a decent way to 
do this using the vertical bar tables?

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d3251d03-b768-4eaa-8107-b544292ec05b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.