Handle docx documents with libreoffice
This commit is contained in:
parent
bf0d58ef40
commit
c02f09816d
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ external_content_handlers.set(
|
|||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
"libreoffice"
|
||||
);
|
||||
external_content_handlers.set(
|
||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
||||
"libreoffice"
|
||||
);
|
||||
|
||||
function read_url_duckduckbang_handler(input)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue