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)
- Host: GitHub
- URL: https://github.com/ether/ep_mammoth
- Owner: ether
- License: other
- Created: 2013-11-27T00:24:05.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:46:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T19:57:37.759Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# 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
}
```