Collapsing all lists

Collapsing all lists in a file

When i have a list like this one:

  • Animals

    • Fish
    • Ant
  • Food

    • Banana
    • Donut

… how can i collapse all top headers in all lists in the file so it looks like:

-Animals

-Food

Things I have tried

I didnt find any plugins that do this but maby i just searched in the wrong places.

PS: Im a noob using Obsidian for 2 Days now : )

Welcome! :waving_hand:

There’s a “Fold all headings and lists” command that you can use a keyboard shortcut for: Settings > Hotkeys and search for “fold”.

Or you can do it from the Command palette: Ctlr+P or Cmd+P then search for “fold”.

You can also Fold less or Fold more to effect one level of expanding or collapsing at a time.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.