This is a global notepad plugin for Neovim, to quickly create, delete, read, and edit notes no matter where you are in neovim.
- Open Note: Toggle floating notepad from any neovim file
- Create Note: Create multiple notes
- Select Note: Use the note selector to view and open notes in the note store
lazy.nvim
return {
"kyunuya/qnote.nvim",
opts = { directory = "absolute/path/to/note/store" -- creates dir if doesn't exist, defaults to "~/qnotes" },
}:QnoteToggle
- Opens last modified note
- Toggles new note prompt if no last modified file exists
:QnoteNew
- Prompts new note input window
- All notes are saved as .md
:QnoteList
- Toggles list of notes
<cr>opens selected notedddeletes selected note