Monospaced block inside a quoted text?

136 views
Skip to first unread message

Xabriña

unread,
Apr 27, 2021, 3:11:19 PM4/27/21
to TiddlyWiki
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.

Xabriña

unread,
Apr 27, 2021, 3:22:35 PM4/27/21
to TiddlyWiki
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>
```
<<<

Brian Radspinner

unread,
Apr 27, 2021, 3:32:38 PM4/27/21
to TiddlyWiki
What part of the text disappears for you? Pasting your code into a new tiddler in TiddlyWiki.com seems to work as intended, with the code text showing inside the block quote.

Michael Wiktowy

unread,
Apr 27, 2021, 6:20:42 PM4/27/21
to TiddlyWiki
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
Message has been deleted
Message has been deleted

Xabriña

unread,
Apr 27, 2021, 7:37:48 PM4/27/21
to TiddlyWiki
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> `

Soren Bjornstad

unread,
Apr 27, 2021, 9:09:09 PM4/27/21
to TiddlyWiki
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.

ksnip_20210427-201022.png

Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

Soren Bjornstad

unread,
May 3, 2021, 6:49:31 PM5/3/21
to TiddlyWiki
Are any of the mods able to look into why Xabriña's posts keep getting deleted?

Eric Shulman

unread,
May 3, 2021, 6:57:36 PM5/3/21
to TiddlyWiki
On Monday, May 3, 2021 at 3:49:31 PM UTC-7 Soren Bjornstad wrote:
Are any of the mods able to look into why Xabriña's posts keep getting deleted?

For some unknown reason, their posts keep getting flagged for mod approval, even though I keep approving them all with "allow future posts without moderation".
Maybe there's something odd with the attachment that causes Google to auto-delete them?

-e

Reply all
Reply to author
Forward
0 new messages