Repo Wiki is excellent at auto-summarizing a codebase, but its output is only viewable inside the IDE.
Users cannot export/share/print the generated architecture report, making it hard to: hand off, review externally, archive, or include in documentation.
Current workflow forces manual copy/paste or screenshots — slow, error-prone, and lossy.
Solution
Add a first-class Export Repo Wiki feature that produces shareable, portable reports from the repo wiki. Key capabilities:
Export formats: Markdown (single file or folder), PDF, HTML (standalone), JSON (structured), and ZIP bundle (Markdown + assets).
Scope & filters: choose whole wiki, selected sections, or custom page range; include/exclude code samples, binary assets, and diagrams.
Output targets: direct download, save to workspace, commit to a branch / create PR, or upload to a gist/cloud link.
UI & CLI: button in the wiki UI + Command Palette entry + ide export-wiki CLI command.
Output: Download / Save to workspace / Commit & PR / Shareable link
Branding: light/dark theme, company header/footer (optional)
User clicks Generate → progress indicator (streaming for large exports).
Preview (for HTML/PDF) then Download or Save.
Completed export shows link to file location + quick action buttons (open folder / create PR / copy link).
Use Case
Share a concise architecture & API overview with non-technical stakeholders.
Prepare documentation for onboarding new developers.
Attach architecture report to tickets, audits, or client deliverables.
Archive a snapshot of repository structure and API docs before refactor.
When would you use this?
Pre-demo or client handoff.
Code reviews / architecture reviews.
Team onboarding sessions.
Security or compliance audits.
Offline reading or printing.
Priority
High — Blocking issue
Rationale: Without export, the wiki’s value is limited for sharing and archiving. Export unlocks most real-world uses (review, handoff, compliance).
Yeah, it doesn’t make sense that they have access to train their ai using a wiki repo that was generated using your code, but you can’t access it, I wonder if any other ai ide’s do this but in the background without you knowing
I found I cannot watch generated wiki repo under NO INTERNET enviroment. It is very unconvinent for research and study,beacuse research needs FOCUS. So I wonder is it possibile export the wiki repo to my local disk or open the privilege to watch under no internet environment? Thanks!
Allow us to export repo-wiki or upload the repo-wiki to the cloud so that we can cross machine coding. And the repo-wiki can be shared with other teammates
Solution
A button allow us export the repo-wiki, or upload the repo-wiki to cloud
I have a temporary export plugin built by kiro.dev and then fixed by claude code.
I say temporary because I will delete the repo when the official Qoder export functionality ships.
Clone it, package it, install it. Enjoy !
Qoder team feel free to use anything from this repo if you find it useful.