-
-
Notifications
You must be signed in to change notification settings - Fork 226
Neorgcmd Module
github-actions[bot] edited this page Nov 29, 2022
·
465 revisions
This module deals with handling everything related to the :Neorg
command.
This module defines no keybinds.
- This module is already present in the
core.defaults
metamodule. You can load the module with:In your Neorg setup.["core.defaults"] = {},
- To manually load the module, place this code in your Neorg setup:
Consult the configuration section to see how you can configure
["core.neorgcmd"] = { config = { -- Note that this table is optional and doesn't need to be provided -- Configuration here } }
core.neorgcmd
to your liking.
This segment will detail all of the functions core.neorgcmd
exposes. All of these functions reside in the public
table.
sync
add_commands_from_file
set_completion_callback
add_commands
add_commands_from_table
-- In your module.setup(), make sure to require core.neorgcmd (requires = { "core.neorgcmd" })
This module supports at least version 0.0.18. The current Neorg version is 0.0.18.
This module does not import any other files.
This module does not require any other modules to operate.
-
core.integrations.treesitter
- A module designed to integrate TreeSitter into Neorg. -
core.norg.dirman
- This module is be responsible for managing directories full of .norg files. -
core.norg.journal
- Easily create files for a journal. -
core.norg.news
- Handles the displaying of Neorg news and other forms of media in a popup. -
core.neorgcmd.commands.return
- Return to last location before entering Neorg. -
core.norg.qol.toc
- Generates a Table of Content from the Neorg file. -
core.neorgcmd.commands.module.list
- List loaded modules. -
core.neorgcmd.commands.module.load
- Load a new module dynamically. -
core.keybinds
- Module for managing keybindings with Neorg mode support.
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar