[Feature/Enhancement] Complete Link Misses Notes
Enhancement / feature description:
The Complete Link feature misses some notes. Specifically, it doesn't match note names that have spaces when searching for other than the first word.

However, there is another note to be found:

Also, notes from the same notebook could get priority in the list, typically with generic note names like Note which are many. (maybe note named Note is a too simplistic example but Summary or Overview could do).
Complete Link skips notes unless you know exactly what you want to link:
- same case
- name starts with word under cursor
- tags are ignored
In my case I tried to link New Golang notebook (tagged with "golang"):
$ cat New-Golang-notebook.md
# New Golang notebook <!-- Metadata: type: Outline; tags: golang; created: 2024-03-24 00:48:42; reads: 5; read: 2024-03-24 00:49:03; revision: 5; modified: 2024-03-24 00:49:03; importance: 0/5; urgency: 0/5; -->
test
# Note <!-- Metadata: type: Note; created: 2024-03-24 00:48:42; reads: 1; read: 2024-03-24 00:48:42; revision: 1; modified: 2024-03-24 00:48:42; -->
Expectation: type go, Ctrl+L, get all of suggestions on images above (plus everything tagged with go.*).
This is not macOS specific issue, I'm on Linux.