Skip to content

feat: expand file preview support - #36

Merged
killerwolf merged 3 commits into
mainfrom
expand-file-preview-support
Sep 10, 2026
Merged

feat: expand file preview support#36
killerwolf merged 3 commits into
mainfrom
expand-file-preview-support

Conversation

@killerwolf

Copy link
Copy Markdown
Owner

Summary

  • add lazy DOCX rich-text, PPTX slide-text, XLSX/CSV table, and HEIC image previews
  • add PPTX and XLSX to supported folder scanning
  • keep format-specific parser dependencies code-split from the initial renderer bundle

Validation

  • npm test (54 tests passed)
  • npm run typecheck
  • npm run lint -- --error-on-warnings
  • npm run build:vite

Closes #12

killerwolf and others added 3 commits September 10, 2026 19:42
Add lazy previews for office documents, spreadsheets, CSV, and HEIC images. Include PPTX and XLSX in folder scanning.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use macOS Quick Look thumbnails for PPTX previews and preserve extracted slide text as a fallback.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@killerwolf
killerwolf merged commit dda554f into main Sep 10, 2026
2 checks passed
@killerwolf
killerwolf deleted the expand-file-preview-support branch September 10, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expand file preview support (DOCX, PPTX, XLSX/CSV as table, HEIC)

1 participant