-
-
Notifications
You must be signed in to change notification settings - Fork 214
TOC
github-actions[bot] edited this page Jul 16, 2024
·
40 revisions
The TOC module generates a table of contents for a given Norg buffer.
The TOC module exposes a single command - :Neorg toc
. This command can be executed with one of three
optional arguments: left
, right
and qflist
.
When left
or right
is supplied, the Table of Contents split is placed on that side of the screen.
When the qflist
argument is provided, the whole table of contents is sent to the Neovim quickfix list,
should that be more convenient for you.
When in the TOC view, <CR>
can be pressed on any of the entries to move to that location in the respective
Norg document. The TOC view updates automatically when switching buffers.
-
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg. -
core.ui
- A set of public functions to help developers create and manage UI (selection popups, prompts...) in their modules.
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