simple-note.nvim
A simple note taking plugin for neovimnote-taking
manually-created
simple-note.nvim is a minimalist note-taking plugin for creating, listing, previewing, renaming, and deleting notes in Neovim. It utilizes Telescope for prompts and offers simple keymap shortcuts for various actions.
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
'rguruprakash/simple-note.nvim',
dependencies = {
'nvim-telescope/telescope.nvim',
},
config = function ()
require('simple-note').setup({
notes_dir = '~/my-notes/' -- default: '~/notes/'
})
end
}
Developers using simple-note.nvim
more configs
0
init.lua
50
3002
0
init.lua
57
1638
Other note-taking plugins
more plugins
epwalsh/obsidian.nvim
Obsidian 🤝 Neovim
5024
1
note-taking
nvim-orgmode/orgmode
Orgmode clone written in Lua for Neovim 0.10.0+.
3323
0
note-taking
jbyuki/venn.nvim
Draw ASCII diagrams in Neovim
1026
0
note-taking