-
-
Notifications
You must be signed in to change notification settings - Fork 215
Todo Introspector
github-actions[bot] edited this page Aug 8, 2024
·
2 revisions
The introspector module displays progress for nested tasks.
When an item with a TODO status has children with their own TODOs this module enables virtual text in the top level item and displays the
progress of the subtasks. By default it displays in the format of [completed/total] (progress%)
.
-
(function)
Callback to format introspector. Takes in two parameters:
-
completed
: number of completed tasks -
total
: number of total counted tasks
Should return a string with the format you want to display the introspector in.
Defaults to "[completed/total] (progress%)"
function(completed, total)
-
-
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg.
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