Your snippet works for me, too. Can you export the tiddler you create as a 
json file and attach that? It's possible you're getting some kind of weird 
special character in there, and the JSON file will be an exact copy of your 
tiddler without any issues introduced by copying and pasting.

[image: ksnip_20210427-201022.png]

On Tuesday, April 27, 2021 at 6:37:48 PM UTC-5 Xabriña wrote:

> Well, I don't know what happens. I also get it correctly in the online 
> version of Tiddlywiki, but in the installation that I have on the laptop it 
> doesn't work. I have to say that I use Bob.exe, I don't know if that will 
> be the problem.
>
> What I am trying to put is the following:
>
> <<<
>
> You can use two nested `$list` widgets, like this:
>
> ```
> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
> <$list filter="[tag<tagName>has<fieldName>]">
>    <$list filter="[<currentTiddler>get<fieldName>match<fieldValue>]" 
> variable="is_match">
>        <<currentTiddler>>
>    </$list>
> </$list>
> </$vars>
> ```
> <<<
>
> And this is what appears to me:
>
>
> </$list> </$list> </$vars> `
>  <<<   
>
> El miércoles, 28 de abril de 2021 a las 0:20:42 UTC+2, [email protected] 
> escribió:
>
>> This seems to work fine unless you have some text in the line 
>> *immediately* above the <<<. Then everything gets mis-parsed (I think that 
>> it has something to do with rendering inline vs block). If you leave and at 
>> least one empty line (with absolutely no spaces) just before <<<, it should 
>> render as a block quote.
>>
>> /Mike
>>
>> On Tuesday, April 27, 2021 at 4:22:35 PM UTC-3 Xabriña wrote:
>>
>>> this is the text i'm trying to put
>>>
>>> <<<
>>>
>>> You can use two nested `$list` widgets, like this:
>>>
>>> ```
>>> <$vars tagName="howdy" fieldName="special" fieldValue="Yes">
>>> <$list filter="[tag<tagName>has<fieldName>]">
>>>    <$list filter="[<currentTiddler>get<fieldName>match<fieldValue>]" 
>>> variable="is_match">
>>>        <<currentTiddler>>
>>>    </$list>
>>> </$list>
>>> </$vars>
>>> ```
>>> <<<
>>>
>>> El martes, 27 de abril de 2021 a las 21:11:19 UTC+2, Xabriña escribió:
>>>
>>>> Hello everybody.
>>>>
>>>> I am trying to do one thing but I am not successful and I am not sure 
>>>> what can be done.
>>>> I try to put a text in monospaced block formating inside a quoted text 
>>>> formating but I can't get it to work. I have just disappeared part of the 
>>>> text of the tiddler. Is there any way that this works or is it that it 
>>>> can't be done?
>>>>
>>>> Thank you so much.
>>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/335496dd-fe53-4729-95b6-bbf6aadc8b85n%40googlegroups.com.

Reply via email to