Thank you @imed for your response that does work. I forgot to mention the reasons for me wanting to use the link as the key:
- It would hopefully allow my to use something along the lines of
this.file.name AS "Reps"
in the dataview query so that I could use the same query for all exercise notes. Thus if I changed a name I would not have to update all the annotations down the line. - Using a link in the workout note would add a level of autocomplete when filling generating the workout.
- I would easily be able to click the clink in the workout note to view the exercise. (I know I would work around this by putting the link above the dataview annotation.
I am not married to this method of doing things so alternate suggestions would be welcome.