Jimmy-web169108 downloadsBrowse and organize notes in a Notion-style page tree: a note and its same-name folder act as one nested page, with sub-page creation, drag-and-drop, icons, and filtering.
A Notion-style page tree sidebar for Obsidian.
Notion exports every page as Page.md plus a same-name sibling folder Page/ holding its sub-pages. Obsidian's file explorer shows those as two separate entries, which makes navigating a Notion-shaped vault painful. Nested Pages merges each note + same-name folder pair into a single expandable page node, exactly like Notion's sidebar — while plain folders keep working as simple groups of notes.
AI Knowledge.md + AI Knowledge/ show as one row with an expand chevron. Clicking the row opens the note; the chevron expands its sub-pages. Plain folders (no same-name note) show as regular groups.+ button: New page or New folder. Creating a page under a page builds the Notion-style nested layout automatically and keeps the parent note's link index in sync.icon:), folder icons in plugin data.Click the tree icon in the left ribbon, or run the command Open nested pages. The view opens in the left sidebar next to the regular file explorer.
main.js, manifest.json, styles.css from the latest release<your-vault>/.obsidian/plugins/nested-pages/Jimmy-web169/obsidian-nested-pagesnpm install
npm run dev # watch mode
npm run build # production build
MIT