Here is a dynamic table I am using - My TiddlyWiki — a non-linear personal web notebook .
I am using procedure
to define dynamic tables - code is given here - My TiddlyWiki — a non-linear personal web notebook
I have defined many variables within different sections of the dynamic table procedure
using let
widget. But I want to use parameter widget to define some of these variables so that I can directly add those parameters during the procedure calls.
How to do this conversion from let widget to parameter widget ? Should i convert all variables defined using let widget to parameter widget ? Is there anything that I should keep in mind while added parameter widget ?