Description
The export engine currently supports Markdown, JSON, and HTML site export. PDF and DOCX export would make the knowledge base more shareable and professional.
Current Export Formats
- ✅ Markdown
- ✅ JSON
- ✅ HTML Site
- ❌ PDF
- ❌ DOCX
- ❌ CSV
Proposed Implementation
- PDF Export: Use
jsPDF or html2pdf.js for in-browser PDF generation
- DOCX Export: Use
docx npm package for Word document generation
- CSV Export: Simple flat table export for spreadsheet import
- Share export logic between browser and CLI (currently duplicated)
Acceptance Criteria
Description
The export engine currently supports Markdown, JSON, and HTML site export. PDF and DOCX export would make the knowledge base more shareable and professional.
Current Export Formats
Proposed Implementation
jsPDForhtml2pdf.jsfor in-browser PDF generationdocxnpm package for Word document generationAcceptance Criteria