http://skeeve.tiddlyspot.com/#Testing%20the%20LetWidget
he LetWidget<http://skeeve.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Flet.js>is a replacement or enhancement for the set widget. If it comes to defining more than one variable I find it more than cumbersome to do something like this: <$set name="a" value="1"> <$set name="b" value="2"> <$set name="c" value="3"> <$set name="d" value="4"> <<someMacro>> </$set> </$set> </$set> </$set> Additionally (I think) it adds to the nesting levele of the parse tree. I felt that this level of complexity is not required and so I created the LetWidget <http://skeeve.tiddlyspot.com/#%24%3A%2Fplugins%2Fskeeve%2Flet.js> : <$let a="1" b="2" c="3" d="4"> <<someMacro>> </$let> Could those, more experienced than me (Jeremy? Mario?) please check whether I did it right? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

