Can a stamp be used to add attributes?
For example, to add the tags $URL and $Tags, how would the Action (code) of a stamp look like?
(I realize this can easily be done using a $Prototype, but I’d like to know what other ways exist to easily add a couple of Tags. I’ve also found @webline’s post on how you could do it using AppleScript, but for the time being would prefer to stay within Tinderbox.)
Add where. I suspect you’re referring to a note’s Displayed Attributes table, or are you trying to add a new (user) attribute to the document … or something else?
assuming you want the displayed attributes to be just these two. If you wanted a stamp to add URL to whatever the current displayed attributes were, you might write
The [ ] is the new declarative form for list data (List or Set types), see List-type Attributes for more explanation of the [ ] style of declaring list data (new syntax added in v9.5.2).