This uses a simple query to help show what the noteLink-helper does when rendering.

Example


```qatt
query: |
  SELECT 'notepages/school/My Cool Page' AS link
template: |
  {{#each result}}
    {{noteLink link}}
  {{/each}}
```

Live in Vault

query: |
  SELECT 'notepages/school/My Cool Page' AS link
template: |