It shld be very basic but i can't do it
I want to do
1. generate the link of a state tiddler
2. fill it with the title of the current tiddler
3. without "clicking" a botton (on load??)
\define getStateName()
$:/temp/TiddlerRef{{!!title}}
\end
Shld Generate the StateTiddler Name ??
<$action-setfield $tiddler=<<getStateName>> text={!!Title}}/>
it is not working
can you please help ?