claude-code - 💡(How to fix) Fix Windows desktop app: Markdown preview has no refresh/reload button [1 comments, 2 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#55670Fetched 2026-05-03 04:47:29
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

In the Claude Code desktop app on Windows, the Markdown file preview does not have a refresh or reload button. When the file is updated externally, there is no way to manually trigger a preview update.

Root Cause

In the Claude Code desktop app on Windows, the Markdown file preview does not have a refresh or reload button. When the file is updated externally, there is no way to manually trigger a preview update.

RAW_BUFFERClick to expand / collapse

Summary

In the Claude Code desktop app on Windows, the Markdown file preview does not have a refresh or reload button. When the file is updated externally, there is no way to manually trigger a preview update.

Environment

  • OS: Windows 11 Pro
  • App: Claude Code Desktop App

Expected behavior

A refresh/reload button should be available in the Markdown preview, or the preview should auto-update when the file changes.

Actual behavior

No refresh button is present in the Markdown preview. Users cannot update the preview after file changes without closing and reopening the preview.

extent analysis

TL;DR

Adding a refresh or reload button to the Markdown preview in the Claude Code desktop app may resolve the issue.

Guidance

  • Consider implementing a file system watcher to detect external changes to the Markdown file and trigger an auto-update of the preview.
  • Add a refresh/reload button to the Markdown preview UI, allowing users to manually update the preview after external file changes.
  • Investigate the current preview update mechanism to determine why it does not auto-update when the file changes.
  • Review the app's documentation and user feedback to ensure the solution aligns with user expectations.

Example

No code snippet is provided due to lack of implementation details.

Notes

The solution may require modifications to the app's UI and file handling mechanisms. The feasibility of auto-update on file change detection depends on the app's current architecture.

Recommendation

Apply workaround: Add a refresh/reload button to the Markdown preview, as this provides an immediate solution for users to update the preview manually.

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…

FAQ

Expected behavior

A refresh/reload button should be available in the Markdown preview, or the preview should auto-update when the file changes.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING