[tw5] Re: Reveal Widget rendering issues.

2023-05-09 Thread Ross Table
Thanks, I was afraid that was the answer though I did not know the reason.

On Tuesday, May 9, 2023 at 5:43:11 PM UTC+1 Eric Shulman wrote:

> Wikitext syntax relies upon a leading blank line to indicate that "block" 
> mode rendering should be applied to the bullet item.  In addition, the 
> bullet item within the $reveal widget also results in a new containing "ul" 
> element which includes a margin above/below, resulting in the unwanted 
> whitespace.
>
> You can work around this by using HTML syntax instead of wikitext syntax, 
> like this:
> ```
> 
> some text that goes here before {{!!fieldA}} and some after.
> <$reveal type="nomatch" state="!!fieldB" text="">
> some other text thats different to the above {{!!fieldB}} and then 
> some more after.
> 
> 
> ```
>
> On Tuesday, May 9, 2023 at 8:49:38 AM UTC-7 gamingtab...@gmail.com wrote:
>
>> If I create a new tiddler, and add two fields, field-a and field-b.
>>
>> In the tiddler I then use the * notation to create some bullet points.
>>
>> I add some text before field A, then, use the reveal widget to see if 
>> field b exists, if it does, I add another "row" to the bullet point list.
>>
>> If I do this;
>>
>> * some text that goes here before {{!!field-a}} and some after.
>> <$reveal type="nomatch" state="!!field-b" text="">
>> * some other text thats different to the above {{!!field-b}} and then 
>> some more after.
>> 
>>
>> then part within the reveal renders as * not as an actual bullet point. 
>> but if I do this
>>
>> * some text that goes here before {{!!field-a}} and some after.
>> <$reveal type="nomatch" state="!!field-b" text="">
>>
>> * some other text thats different to the above {{!!field-b}} and then 
>> some more after.
>> 
>>
>> Then it renders as a bullet point, but with an CRLF between the two 
>> points!
>>
>> How can I get around this problem?
>>
>> (PS, I found I had the same problem with the !!! notation for header in 
>> that if it was on the line after the open of the reveal it rendered as !!! 
>> my text, but if there was a gap then it rendered properly.)
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/55c90a57-7e07-4904-a73c-0eaffedd2133n%40googlegroups.com.


[tw5] Re: Reveal Widget rendering issues.

2023-05-09 Thread Eric Shulman
Wikitext syntax relies upon a leading blank line to indicate that "block" 
mode rendering should be applied to the bullet item.  In addition, the 
bullet item within the $reveal widget also results in a new containing "ul" 
element which includes a margin above/below, resulting in the unwanted 
whitespace.

You can work around this by using HTML syntax instead of wikitext syntax, 
like this:
```

some text that goes here before {{!!fieldA}} and some after.
<$reveal type="nomatch" state="!!fieldB" text="">
some other text thats different to the above {{!!fieldB}} and then some 
more after.


```

On Tuesday, May 9, 2023 at 8:49:38 AM UTC-7 gamingtab...@gmail.com wrote:

> If I create a new tiddler, and add two fields, field-a and field-b.
>
> In the tiddler I then use the * notation to create some bullet points.
>
> I add some text before field A, then, use the reveal widget to see if 
> field b exists, if it does, I add another "row" to the bullet point list.
>
> If I do this;
>
> * some text that goes here before {{!!field-a}} and some after.
> <$reveal type="nomatch" state="!!field-b" text="">
> * some other text thats different to the above {{!!field-b}} and then some 
> more after.
> 
>
> then part within the reveal renders as * not as an actual bullet point. 
> but if I do this
>
> * some text that goes here before {{!!field-a}} and some after.
> <$reveal type="nomatch" state="!!field-b" text="">
>
> * some other text thats different to the above {{!!field-b}} and then some 
> more after.
> 
>
> Then it renders as a bullet point, but with an CRLF between the two points!
>
> How can I get around this problem?
>
> (PS, I found I had the same problem with the !!! notation for header in 
> that if it was on the line after the open of the reveal it rendered as !!! 
> my text, but if there was a gap then it rendered properly.)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2bea3292-ab84-4dc5-913f-18e47c77e1ben%40googlegroups.com.