What I’m trying to do
Search for tasks assigned/tagged to a person as described in the note properties.
---
user: user1
---
'''tasks
tags include #users/[[user]]
'''
Things I have tried
I tried escaping the brackets: “\[\[user\]\]”
I tried using a template form: <% tp.user %>
I tried: = this.user
Is this even possible?