ep_mammoth
v11.0.22
Published
Support for improved import of microsoft word doc and docx documents
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
}Installation
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_mammoth and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_mammoth⚠️ Don't run
npm i/npm installyourself from the Etherpad source tree — Etherpad tracks installed plugins through its own plugin-manager, and hand-editingpackage.jsoncan leave the server unable to start.
After installing, restart Etherpad.
