-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pardeditor: add document import via Pandoc (#3697)
* Add editor tab for Pandoc import * Add function to upload document file and import file content to editor * Add variable to filter files allowed for Pandoc conversion * Add file extension to mimetype map for Pandoc conversion * Add route for importing document content from uploaded file * Remove PDF from supported formats * Update browser test images * Update browser test images * Add mimetypes for OpenDocument format files * pandoc import: add error handling, clean up * Add automatic uploads for images contained in docx and odt files [skip ci] * Add db entries for automatically uploaded images * Add image list to end of document only if imported document had images * Add instructions on the document import tab * Move image/file upload and document import under a common Upload main tab, localize document import instructions * Update localizations * Update test screenshots --------- Co-authored-by: dezhidki <[email protected]>
- Loading branch information
Showing
10 changed files
with
332 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.