From c59a34b20034b833fa799e8b154525bf4759ee36 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 7 May 2025 15:03:29 +0300 Subject: [PATCH] [wopi] Add hwp, md to wordView formats --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index 010d57d4..f76eda8d 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -231,7 +231,7 @@ "pdfView": ["djvu", "xps", "oxps"], "pdfEdit": ["pdf"], "forms": ["pdf"], - "wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform"], + "wordView": ["doc", "dotm", "dot", "fodt", "ott", "rtf", "mht", "mhtml", "html", "htm", "xml", "epub", "fb2", "sxw", "stw", "wps", "wpt", "pages", "docxf", "oform", "hwp", "hwpx", "md"], "wordEdit": ["docx", "dotx", "docm", "odt", "txt"], "cellView": ["xls", "xltm", "xlt", "fods", "ots", "sxc", "xml", "et", "ett", "numbers"], "cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "ods", "csv"],