[tw5] Railroad Diagrams How To: Keep diagram a nice size in a scrollable area

2023-06-19 Thread Charlie Veniot
*(If viewing this in Google Groups, ignore the leading and trailing backticks.)* ``` <$railroad text=""" [: param-name [:space] ":" [:space] ] value [: space] """/> ``` -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from th

[tw5] Shortcut for text widget

2023-06-19 Thread Charlie Veniot
*(All of the triple-backticks are for proper displaying of TW syntax in TalkTW; otherwise, please ignore.)* ``` * <$text text={{{ [] }}} /> * {{{ [] || txt }}} ``` That helps me out a little: putting primary focus on data, and making appearance secondary. The "txt" template tiddler: ```

Re: [tw5] Railroad plugin: one way to setup a tiddler transclusion template

2023-06-19 Thread Charlie Veniot
The only way for me to remember that "=" prefix, I think, is by applying it often. Taking Brian's approach to simplify things by dumping addsuffix and addprefix: ``` <$railroad text={{{ =[["]] =[] =[["]] =[["("]] =[[<"numValue1">]] =[[","]] =[[<"numValue2">]] =[[")"]] +[join[]] }}}> ``` On Mond