Modules
lua.nd | Notitiedoos, a zettelkasten implementation in Neovim. |
lua.nd.actions | Expose actions to neovim. |
lua.nd.box | The Box of notes. |
lua.nd.json | Encode |
lua.nd.link | Represent a link between notes. |
lua.nd.note | A note object, representing a file on your system in memory. |
lua.nd.section | Represent a section in the header of a note. |
lua.nd.shortcuts | Set up shortcuts Only enabled when working on a zettel/note |
lua.nd.telescope.actions | Actions used internally by the exposed telescope commands in init.lua. |
lua.nd.telescope | Expose telescope commands to neovim, which use notitiedoos actions to gather info. |
lua.nd.telescope.pickers | Pickers for telescope. |
lua.nd.utils | Some random utilities I needed |