---
Extracts content from a specific heading section in a note file.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelGet the content under a specific heading in a note.
/vault-section Project.md "## Tasks" # Get Tasks section
/vault-section [[Note]] "Implementation" # Get Implementation heading
Section Extraction
────────────────────────────────────────────────────────────────
Extracted "## Tasks" section from Project.md (45 lines)
────────────────────────────────────────────────────────────────
| Action | Target | Notes |
|---|---|---|
| Content | Console output | Section text |
| Metadata | Console output | Line count, subheadings |
Section: "## Tasks" from [[Project Alpha]]
===============================================
## Tasks
### Completed
- [x] Initial setup
- [x] Database schema
- [x] API endpoints
### In Progress
- [ ] Frontend UI
- [ ] Testing suite
### Blocked
- [ ] Deployment (waiting on infra)
-------------------------------------------------
Section Info:
Lines: 45
Subheadings: 3
Tasks: 6 total (3 complete, 2 in progress, 1 blocked)
===============================================