Feel-ix-343 / markdown-oxide

Robust PKM on the LSP
https://oxide.md
GNU General Public License v3.0
929 stars 15 forks source link

Fix tag completions when tags are preceded by another tag #31

Closed fnuttens closed 6 months ago

fnuttens commented 6 months ago

At first I thought I was reproducing #17 in Helix, but in my case the completions don’t work only when there’s already a tag before on the same line:

#existing-tag #Im-not-completed
Feel-ix-343 commented 6 months ago

Hey! Thank you for reporting this.

I have an idea of why this is happening. I will get to it soon, then update here.

Feel-ix-343 commented 6 months ago

And I am able to reproduce this in VS, fyi

Feel-ix-343 commented 6 months ago

Solved! Tested it in VSCode and things are working as expected (still not working in nvim-cmp, unfortunately)

Of course repoen if its not working