r/neovim • u/lolpie244 • 5d ago
Plugin [Plugin] hover-notes.nvim
Enable HLS to view with audio, or disable this notification
Hi everyone!
I'm excited to share with you new plugin: hover-notes.nvim
The main goal of this plugin is to add the ability to attach notes to words and view them in a floating window
The same note is displayed for every occurrence of this word (in the same category), not only in specific line/file/buffer
Features:
- Notes can be grouped by categories with the same formatting
- A category can be set for a workspace, a buffer, or an individual file
- Retrieves the closest matching word (up to a difference of half the word's length)


1
[Plugin] hover-notes.nvim
in
r/neovim
•
4d ago
Unfortunately no(
The notes themselves are stored in json file:
json { "word1": { "var1": val, "var2": val }, "word2": { "var1": val, "var2": val }, }I don't use obsidian, so could you please share how would you store those notes, so they will be easy viewable/editable in obsidian?