Hi @ronny213,
This also addresses the more general request of how to customize the names of links generated by Hook.
Here’s one:
tell application “Evernote”
if (count of selection) is equal to 1 then
"Evernote: " & (get title of item 1 of (selection as list))
end if
end tell
you can apply the same pattern to any script whose title you’d like to modify that way. This means one can customize the names of links generated by Hook for objects of particular apps.
See: