Hyperlink Pane

It would be useful in my usecase to be able to see all the links I have used in my document to the internet as well, perhaps in a separate pane.

Or is there already another way to search for these types of links?

1 Like

You could use an embedded search:

```query
/https?:\/// path: {{title}}
```

Make a template containing the above, which will replace {{title}} with the note’s title (or just fill in the title manually). If you don’t want it in the note itself, just move it after it’s created.

(It’s using a regular expression to match with and without s and not match if you happen to just write about HTTP).