Add a Markdown Table of Contents (TOC) sidebar view #59419
Closed
WYK15
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
|
@WYK15 doesn't this already mostly work as intended with the symbol menu and pane, which get their content from tree-sitter?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Body
What are you proposing?
I am proposing a built-in Markdown Outline / Table of Contents (TOC) view that can be displayed in the sidebar (like the file tree or symbol outline), similar to how Typora or VS Code handles Markdown navigation.
Why does this matter?
When working with long Markdown files (like documentation, research notes, or READMEs), it is very difficult to navigate through different sections without a visual outline. Having a persistent TOC in the sidebar would make browsing and jumping between headings much faster and improve the overall writing/reading experience in Zed.
Are there any examples or context?
#,##, etc.) and lets you click to jump.Possible approach
Beta Was this translation helpful? Give feedback.
All reactions