[tw5] Tiddlywiki 5.3.0 failed to start after upgrade

2023-07-18 Thread Samir S.
Greetings, I've upgraded a nodejs installation from 5.2.7 to 5.3.0. Now the instance fails to start due to an error in a plugins tiddlywiki[21557]: Error executing boot module $:/plugins/felixhayashi/vis/vis.js: "Global assignment is not allowed within modules on node." I'd like to know how to

[tw5] Re: coloring dropdown options

2022-09-29 Thread Samir S.
fied > "Burlywood" background color. Unfortunately, there doesn't seem to be a > CSS rule that can specify the colors used by the FOCUSED item, so we are > stuck with the browser-defined defaults. > > -e > > On Wednesday, September 28, 2022 at 12:22:23 AM UTC

[tw5] $set possible bug

2022-09-28 Thread Samir S.
Greetings, I may have discovered a bug related to the $set widget in tiddlywiki 5.2.2 The following code outputs a correct result but the syntax is incorrect (missing > on the $set statement). <$set name="thisColor" value=<$transclude tiddler=stateColor index={{!!Phase}}> <$text text=<> /> t

[tw5] Re: coloring dropdown options

2022-09-28 Thread Samir S.
Seashell Sienna Silver SkyBlue > SlateBlue SlateGray Snow SpringGreen SteelBlue Tan Teal Thistle Tomato > Turquoise Violet Wheat White WhiteSmoke Yellow YellowGreen > \end > > <$select field="color"> ><$list filter="[enlist]" variable=thisColor> >

[tw5] coloring dropdown options

2022-09-27 Thread Samir S.
Greetings, Is there a way to change the color of each option values inside the $select widget. I've tried adding a class attribute but it does not work. Thank you in advance for your help. Sincerely. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] importing tiddler from the CLI

2021-03-18 Thread Samir S.
Greetings, I'm trying to bulk import a set of json formatted tiddlers using the nodejs command tiddlywiki --verbose --import ~/test.json application/json but there is no .tid file generated The documentation does not really help https://tiddlywiki.com/static/ImportCommand.html Could someone he

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread Samir S.
Mario, The transclusion target is a video iframe. I'd like to do the same with a remote webpage and could not find such an example. Thank you. On Friday, 5 March 2021 at 19:47:25 UTC+1 PMario wrote: > On Friday, March 5, 2021 at 3:53:25 PM UTC+1 Samir S. wrote: > >> I woul

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread Samir S.
t 19:47:25 UTC+1 PMario wrote: > On Friday, March 5, 2021 at 3:53:25 PM UTC+1 Samir S. wrote: > >> I would like to know if the ”remote transclusion” function is implemented >> ? >> > > See: https://tiddlywiki.com/#Getting%20Started%20Video - If you open the > tiddl

[tw5] "Remote Transclusion"

2021-03-05 Thread Samir S.
I would like to know if the ”remote transclusion” function is implemented ? I’m trying to (dynamically) embed the content of web pages in a tiddler like what's possible with an image or video (using iframe). I’ve come across many ”DIY” ways to clip web content and generate tiddler from them bu