All, I’ve started playing around with procedures today and I have a couple of questions.
First, I’ve noticed that the system tag $:/tags/Global doesn’t work, but the system tag $:/tags/Global/View does. I must not be understanding the differences between the two.
Also, I’m having trouble passing tiddler fields as parameters when I do a procedure call. How do I do a procedure call using one of the tiddlers fields as a paremeter value? I’ve tried the following and none of the work:
date:{{!!mydate}}
date:{{{ [<currentTiddler>get[mydate]] }}}
date:<<thedate>>
where thedate is defined as mydate with a let widget
It works fine when I used and explicit date in quotes such as date:“1886-05-20”, but not the field. What am I missing?
[Edited] by TW_Tones, to place backticks around code