For example:
I’ve created a document a.md
which front-matter has below:
---
URL: https://example.com/abc.html
---
And then I’ve created a document b.md
who contains:
[Here](https://example.com/abc.html) has some examples.
I’d like a plugin or something can scan by vault, convert the link in b.md
into [[a|Here]]
based on the URL property of a.md