Skip to content

Commit e6c2a1d

Browse files
authored
UI/API: update supported file types (#645)
1 parent 1b107ce commit e6c2a1d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

snippets/general-shared-text/supported-file-types-platform.mdx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ By file extension:
66
| `.bmp` |
77
| `.csv` |
88
| `.cwk` |
9+
| `.dbf` |
910
| `.dif`* |
1011
| `.doc` |
12+
| `.docm` |
1113
| `.docx` |
1214
| `.dot` |
15+
| `.dotm` |
1316
| `.eml` |
1417
| `.epub` |
1518
| `.et` |
1619
| `.eth` |
20+
| `.fods` |
1721
| `.heic` |
1822
| `.htm` |
1923
| `.html` |
@@ -24,6 +28,7 @@ By file extension:
2428
| `.mcw` |
2529
| `.msg` |
2630
| `.mw` |
31+
| `.odt` |
2732
| `.org` |
2833
| `.p7s` |
2934
| `.pbd` |
@@ -37,7 +42,6 @@ By file extension:
3742
| `.rst` |
3843
| `.rtf` |
3944
| `.sdp` |
40-
| `.svg` |
4145
| `.sxg` |
4246
| `.tiff` |
4347
| `.txt` |
@@ -53,22 +57,25 @@ By file type:
5357
| --- | --- |
5458
| Apple | `.cwk`, `.mcw`
5559
| CSV | `.csv` |
60+
| Data Interchange | `.dif`* |
61+
| dBase | `.dbf` |
5662
| E-mail | `.eml`, `.msg`, `.p7s` |
5763
| EPUB | `.epub` |
5864
| HTML | `.htm`, `.html` |
59-
| Image | `.bmp`, `.heic`, `.jpeg`, `.jpg`, `.png`, `.prn`, `.svg`, `.tiff` |
65+
| Image | `.bmp`, `.heic`, `.jpeg`, `.jpg`, `.png`, `.prn`, `.tiff` |
6066
| Markdown | `.md` |
67+
| OpenOffice | `.odt` |
6168
| Org Mode | `.org` |
62-
| Other | `.dif`*, `.eth`, `.mw`, `.pbd`, `.sdp` |
69+
| Other | `.eth`, `.pbd`, `.sdp` |
6370
| PDF | `.pdf` |
6471
| Plain text | `.txt` |
6572
| PowerPoint | `.pot`, `.ppt`, `.pptm`, `.pptx` |
6673
| reStructured Text | `.rst` |
6774
| Rich Text | `.rtf` |
68-
| Spreadsheet | `.et`, `.xls`, `.xlsx` |
75+
| Spreadsheet | `.et`, `.fods`, `.mw`, `.xls`, `.xlsx` |
6976
| StarOffice | `.sxg` |
7077
| TSV | `.tsv` |
71-
| Word processing | `.abw`, `.doc`, `.docx`, `.dot`, `.hwp`, `.zabw` |
78+
| Word processing | `.abw`, `.doc`, `.docm`, `.docx`, `.dot`, `.dotm`, `.hwp`, `.zabw` |
7279
| XML | `.xml` |
7380

7481
`*` For `.dif`, `\n` characters in `.dif` files are supported, but `\r\n` characters will raise the error

0 commit comments

Comments
 (0)