Autolinking Notes that share Tags

If you want to try out the dataview solution (which I prefer as it is much more configurable and leads to a more structured list of notes), cf. my solution here.

Keep in mind that this.file.tags[0] only lists notes that share your first tag. If your note contains several tags, you should extend your query as follows: this.file.tags[0], this.file.tags[1], this.file.tags[2] etc.

2 Likes