-
-
Notifications
You must be signed in to change notification settings - Fork 240
Neorgcmd Module
github-actions[bot] edited this page Nov 12, 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.defaultsmetamodule. 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.neorgcmdto your liking.
This segment will detail all of the functions core.neorgcmd exposes. All of these functions reside in the public table.
syncadd_commands_from_fileadd_commandsset_completion_callbackadd_commands_from_table
-- In your module.setup(), make sure to require core.neorgcmd (requires = { "core.neorgcmd" })This module supports at least version 0.0.16. The current Neorg version is 0.0.16.
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.autocommandscore.clipboardcore.clipboard.code-blockscore.completioncore.concealercore.defaultscore.dirmancore.dirman.utilscore.esupports.hopcore.esupports.indentcore.esupports.metagencore.exportcore.export.htmlcore.export.markdowncore.fscore.highlightscore.integrations.coq_nvimcore.integrations.nvim-cmpcore.integrations.nvim-compecore.integrations.treesittercore.iterocore.journalcore.keybindscore.latex.renderercore.looking-glasscore.neorgcmdcore.neorgcmd.commands.returncore.pivotcore.presentercore.promocore.qol.toccore.qol.todo_itemscore.queries.nativecore.scannercore.storagecore.summarycore.syntaxcore.tanglecore.tempuscore.text-objectscore.todo-introspectorcore.uicore.ui.calendar