Unlinked mentions are calculating wrong. This looks to me like a regexp issue. Here is an example. I create test notes:
test `test` [test] (test) test (test)
Now I create a note with the following text: test (test). Here is what I see in Calculated mentions of note test.md:
test (test)
test.md
Here is (test).md:
(test).md
Here is [test].ms:
[test].ms
Here is a test.md (in backquotes):
And here is test (test).md:
test (test).md
Seems like we forgot to escape regex! Good catch.
Will be fixed in 0.6.6