An open API service indexing awesome lists of open source software.

https://github.com/ether/ep_mammoth

Improved support for Microsoft Word document import in Etherpad (docx)
https://github.com/ether/ep_mammoth

Last synced: 4 months ago
JSON representation

Improved support for Microsoft Word document import in Etherpad (docx)

Awesome Lists containing this project

README

          

![Publish Status](https://github.com/ether/ep_mammoth/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_mammoth/workflows/Backend%20tests/badge.svg)

# Mammoth DocX import Etherpad plugin

Tired of losing fidelity when importing those horrible Microsoft .docx files? This plugin solves that.

# Don't ignore blank paragraphs

Add the following to your settings.json

```
"ep_mammoth":{
"ignoreEmptyParagraphs": false
}
```