Amin Ica127 downloadsToggle fold/unfold on list items only, without affecting headings.
An Obsidian plugin that toggles fold/unfold on list items only, without touching headings.
Obsidian's built-in "Fold all" command folds both headings and lists. This plugin gives you list-specific folding, which is useful when you work with deeply nested outlines and want headings to stay expanded.
| Command | Description |
|---|---|
| Toggle fold top-level lists | Folds or unfolds only root-level list items in the current note |
| Toggle fold all list levels | Folds or unfolds every nested list item recursively |
Both commands detect the current fold state: if most target items are folded, they unfold; otherwise they fold.
Ctrl/Cmd + P)Assign hotkeys in Settings > Hotkeys for quick access.
main.js and manifest.json from the latest releaselist-fold in your vault's .obsidian/plugins/ directoryMIT