Railroad Plugin : How to make a word wrap in a box?

Hi Experts,

I am testing the possibilities of the Railroad Plugin and have two questions:

  1. How to make a line break in a box?

<$railroad text=""" < ' Bla Bla Bla ' > """/>

I tried this, but without a positive result

<$railroad text=""" < ' Bla Bla <br> Bla ' > """/>

  1. How to make a line break in a box if a link is also set?

<$railroad text=""" [[<'Bla Bla Bla'>|"tiddler"]] """/>

Here I tried also this, but also without a positive result

<$railroad text=""" [[<'Bla <br> Bla Bla'>|"tiddler"]] """/>

Thx in advance for your help
Stefan

G’day,

I don’t believe there is any way to do multi-line railroad diagrams.

If there is a way, though, I’d sure like to know about it.

EDIT: OOPS, I was thinking wrapping diagram vs wrapping word. My first reply still applies, but this reply is a workaround to wrap diagrams.

My solution involved creating my own syntax to split railroad diagram syntax into multiple railroad diagrams.

See this macros tiddler.

For a sample, see the “WHILE LOOP” tiddler. (Expand the “Syntax Editor” details in the footer of the tiddler.)

Hi @Charlie_Veniot,

I need the possibility to insert line feed or
or /n or similar to initiate a new line in the box.
Maybe something for the next release :wink: if not available now.

Stefan