feat: Enhanced File Viewer Modal (Excel, CSV, Markdown & Code) (#20035)

* feat: Add Excel file viewer to FileItemModal

* feat: Add CSV file viewer to FileItemModal

* feat: Add Markdown and Code syntax highlighting to file viewer

* chore: add dependency

* fix: default to raw text view for Excel/Code/MD files

* fix: only show rows count in preview tab for excel files
This commit is contained in:
G30
2025-12-20 08:15:01 -05:00
committed by GitHub
parent cd170735c5
commit e61724d2b1
2 changed files with 327 additions and 14 deletions

View File

@@ -140,6 +140,7 @@
"vega": "^6.2.0",
"vega-lite": "^6.4.1",
"vite-plugin-static-copy": "^2.2.0",
"xlsx": "^0.18.5",
"y-prosemirror": "^1.3.7",
"yaml": "^2.7.1",
"yjs": "^13.6.27"