i have tiddler with “_canonical_uri:” field(i used attachement plugin to creat tiddler to link to external file).
what i am tring to do is to create procedure to quick pop the link of this external file.
as you can see with this procedure, it only pop the title, but missing the _canonical_uri field. where did i do wrong…or any other better way to achieve this task.
Note the use of the $text widget so that the results of the filtered transclusions are not rendered as tiddler links. Another way to do this is to first use variables to fetch the field values, like this:
a third way to do this is to use the $tiddler widget to set the context, and then you can use simple field transclusions to access the values, like this:
now if i want to create another procedure and nest this one inside the new one.
new procedure is to add a line [img width = 100% [xxxx.png]] , i came up with below , but didn’t work again.