You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for this plugin.
Being able to take obsidian notes from VIM is such a quality of life improvement. I can't stand how buggy their vim bindings are.
I noticed a lot of errors when trying to link notes, making my experience awful. Because I use notify 5k warnings takes a long to render and clear.
The reason of the warnings was what your plugin considers malformed aliases. However, all my aliases work neat within obsidian. I made some tests with their api and they are able to handle all this cases just fine:
aliases: single alias
aliases: comma, sep, list
aliases: [comma, sep, list, with delimiters]
aliases:
- yaml
- list
I think it will be nice if this plugin could also understand all that.
Alternatives
I had to lower the debug level because neovim was becoming unusable due to the warnings. That is my alternative for now 😄
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hey @danielo515, your 3rd and 4th example are definitely supported. If you get an error with those cases then that means there's a bug in our YAML parser. bf8083f adds support for the 1st example as well, but the 2nd example is not a valid YAML list, so I don't think we'll add support for that.
🚀 The feature, motivation and pitch
Hello, and thank you for this plugin.
Being able to take obsidian notes from VIM is such a quality of life improvement. I can't stand how buggy their vim bindings are.
I noticed a lot of errors when trying to link notes, making my experience awful. Because I use notify 5k warnings takes a long to render and clear.
The reason of the warnings was what your plugin considers malformed aliases. However, all my aliases work neat within obsidian. I made some tests with their api and they are able to handle all this cases just fine:
I think it will be nice if this plugin could also understand all that.
Alternatives
I had to lower the debug level because neovim was becoming unusable due to the warnings. That is my alternative for now 😄
Additional context
No response
The text was updated successfully, but these errors were encountered: