ep_mediawiki
v11.0.15
Published
Edit and Export as mediawiki in Etherpad
Readme
MediaWiki export in Etherpad
Use the normal editbar buttons to add MediaWiki style markdown. Export as MediaWiki.
To enable MediaWiki view click Settings -> MediaWiki
Setting as default
Paste the below into your settings.
"ep_MediaWiki_default": true,
todo
- Support all styles fully
- append .mw (or something) to MediaWiki exports
- Create MediaWiki icon for export menu
Contact me to sponsor dev.
Installation
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_mediawiki and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_mediawiki⚠️ 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.
