Newby and non english spoken question !!! thanks for your patience
global mymacro :
\define mymacro param1: “the current Tiddler by default”
…\end
in each thistiddler :
mymacro thistiddler works
mymacro don’t work
why ?
How write the name of current Tiddler as parameter1 by default ? I try << {{ {{< …
Must write two macros ?
- define mymacro1( tiddlerparam) : I can use {{$tiddlerparam$!!fieldA}} and i can use myothermacro $tiddlerparam$
- define mymacro2() : use {{!!fieldA}}
but I can’t use myothermacro
Perplixity or my web search give me wrong solution, outdated solution, too complex solutions…
Yet this is the first script we are trying to make when we enter in TiddlyWiki!
Thanks !