claude-code - 💡(How to fix) Fix Feature Request: Markdown Context Sidebar [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48297Fetched 2026-04-16 07:03:45
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When working with Claude Code, I've noticed that Markdown files (CLAUDE.md, HANDOFF.md, plan/, rules/) are a more important control layer for me than the actual source code. They define context, conventions, current project state, and session handoffs.

What I'm missing in the Mac app: a sidebar to browse and read these Markdown files, without having to trigger Read-calls in the chat or keep an external editor open in parallel.

Idea: not the full project tree (usually too noisy), but a curatable doc tree with configurable paths — for example:

Project CLAUDE.md hierarchy (auto-detected) plan/ or docs/ folders Global rules (~/.claude/rules/) Memory files This would let me see at a glance what context Claude has actually loaded, and maintain it without interrupting the chat flow.

Read-only with syntax highlighting would already be enough — editing can still happen via chat.

Proposed Solution

Sidebar to easy navigate the md files context an read word edit it within th Claude Code App

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implementing a sidebar in the Mac app to browse and read Markdown files, such as CLAUDE.md and HANDOFF.md, without leaving the chat interface is the most likely solution.

Guidance

  • Identify the key Markdown files that need to be displayed in the sidebar, such as CLAUDE.md, plan/, and rules/ folders.
  • Determine the required functionality for the sidebar, including read-only access with syntax highlighting.
  • Consider implementing a configurable path system to allow users to curate the doc tree.
  • Develop a UI component for the sidebar that integrates with the existing chat interface.

Example

No code example is provided as the issue lacks specific technical details.

Notes

The implementation details, such as the technology stack and existing codebase, are not provided in the issue. Therefore, the guidance is high-level and focused on the functional requirements.

Recommendation

Apply workaround: Implement a basic sidebar with read-only access to Markdown files, and iterate on the design and functionality based on user feedback. This approach allows for a rapid prototype and deployment, addressing the critical need for easy access to context and conventions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING