-
-
Notifications
You must be signed in to change notification settings - Fork 213
Core Presenter
github-actions[bot] edited this page Jul 16, 2024
·
403 revisions
The presenter module creates slideshows out of notes or documents.
The presenter module provides a special Neorg display that resembles an active slideshow presentation.
To set it up, first be sure to set the zen_mode
variable in the configuration.
Afterwards, run :Neorg presenter start
on any Norg file. The presenter will split up your file
at each level 1 heading, and display each in a different slide.
NOTE: This module is due for a rewrite. All of its behaviour is not fully documented here as it will be overwritten soon anyway.
-
(string)
Zen mode plugin to use. Currenly suppported:
-
zen-mode
- https://github.com/folke/zen-mode.nvim -
truezen
- https://github.com/Pocco81/TrueZen.nvim
""
-
-
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg. -
core.queries.native
- TS wrapper in order to fetch nodes using a custom table. -
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