nvim-neorg / neorg
neorg
Modernity meets insane extensibility. The future of organizing your life in Neovim.note-taking awesome-neovim
Neorg is a comprehensive tool for structured note-taking, project management, time tracking, slideshows, and typeset documents. It uses a single file format (.norg) for all its functionality.
Breaking changes in neorg
Media
Install instructions
Dotfyle does not endorse any plugins. Install at your own
risk.
require("lazy").setup({
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
require("neorg").setup {
load = {
["core.defaults"] = {}, -- Loads default behaviour
["core.concealer"] = {}, -- Adds pretty icons to your documents
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "~/notes",
},
},
},
},
}
end,
},
}) Developers using neorg
more configs 1253 init.lua 29 1635
1055 init.lua 28 1374
685 init.lua 243 12747
429 init.lua 158 27756
Other note-taking plugins
more plugins epwalsh/obsidian.nvim
Obsidian š¤ Neovim 6005 0 note-taking
nvim-orgmode/orgmode
Orgmode clone written in Lua for Neovim 0.11.0+.
3717 0 note-taking
jbyuki/venn.nvim
Draw ASCII diagrams in Neovim
1157 0 note-taking