Skip to content

Commit

Permalink
docs(introspector): improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 8, 2024
1 parent fd11950 commit af71c11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/neorg/modules/core/todo-introspector/module.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
--[[
file: Todo-Introspector
title: Displays how many subtasks are done in a task
title: See Your Progress at a Glance
description: The introspector module displays progress for nested tasks.
summary: Module for displaying progress of completed subtasks in the virtual line.
---
When a todo list item has a list of subtasks 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%).
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%)`.
--]]
local neorg = require("neorg")
local modules = neorg.modules
Expand Down

0 comments on commit af71c11

Please sign in to comment.