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
Summary
Add the ability to download a wiki page as a raw
.mdfile from the web UI.Details
Content-Disposition: attachment; filename="<page>.md"/raw/<path>) or an MCP tool response with appropriate headers