A powerful outliner (editor) view plugin for Obsidian that makes your notes work like Workflowy, Dynalist, and Roam Research.
Filter, hotkey, and more - just like you are using professional outliner software.
Embed anything and edit it directly in place.
Open your note, scroll to the bottom, and edit backlinks directly without switching contexts.
Use notes as notebooks and manage sections efficiently.
- Download the latest release from GitHub Releases
- Extract main.js, manifest.json, and styles.css to your vault's .obsidian/plugins/outliner-md/ folder
- Reload Obsidian
- Enable the plugin in Settings → Community Plugins
git clone https://github.com/quorafind/outliner.md.git
cd outliner.md
pnpm install
pnpm run buildpnpm install
pnpm run dev # Development mode with hot reload
pnpm run build # Production build
pnpm run lint # Lint codeWarning
You need to add `outliner: true` to the frontmatter of your note to enable the outliner view.
- Obsidian Zoom - Enhanced focus mode
- Obsidian Outliner - Additional outliner features
- Obsidian Dataview - Query and display your data
This project is licensed under the Functional Source License, Version 1.1, Apache 2.0 Future License (FSL-1.1-Apache-2.0).
Contributions are welcome! Please feel free to submit a Pull Request.
Made with ❤️ for the Obsidian community