Skip to main content
goldengoose includes a built-in Markdown viewer (“File View”) for browsing and reading Markdown in your workspace.

What you can configure today

Most configuration is available in Preferences (Cmd/Ctrl + ,):
  • Font size for rendered Markdown
  • Inline code accent color (the styling for text inside backticks)
You can also adjust Markdown viewer font size with the global font-size shortcuts while File View is active:
  • Increase font size: Cmd/Ctrl + +
  • Decrease font size: Cmd/Ctrl + -

Useful shortcuts

  • Toggle File View: Cmd/Ctrl + E
  • Search within File View (when a file is selected): Cmd/Ctrl + F
  • Focus file filter input: Cmd/Ctrl + Shift + F
  • Copy selected file path: Cmd/Ctrl + Shift + C

Tips

  • If you frequently work in docs-heavy repos, keep File View open while you work in threads — it’s a great way to keep the spec visible.
  • When agents edit Markdown, use File View to sanity-check formatting before merging changes.