Skip to content

Allow downloading a page as markdown #9

@aniongithub

Description

@aniongithub

Summary

Add the ability to download a wiki page as a raw .md file from the web UI.

Details

  • Add a download button/link to the page view in the web UI
  • Serve the raw markdown content with Content-Disposition: attachment; filename="<page>.md"
  • Could be a new HTTP endpoint (e.g. /raw/<path>) or an MCP tool response with appropriate headers
  • Include frontmatter in the downloaded file so it round-trips cleanly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions