Use the normal editbar buttons to add MediaWiki style markdown. Export as MediaWiki.
To enable MediaWiki view click Settings -> MediaWiki
Paste the below into your settings.
"ep_MediaWiki_default": true,
By default, ep_mediawiki leaves extra toolbar plugins alone so site admins can decide which controls they want to support. If you want MediaWiki mode to hide unsupported toolbar buttons, enable this in your Etherpad settings:
{
"ep_mediawiki": {
"hideUnsupportedToolbarButtons": true,
"unsupportedToolbarSelectors": [
".ep_checklists"
]
}
}When hideUnsupportedToolbarButtons is enabled, ep_mediawiki automatically
hides the alignment buttons from ep_align while MediaWiki mode is on. Add any
extra selectors your checklist plugin uses to unsupportedToolbarSelectors.
- Support all styles fully
- append .mw (or something) to MediaWiki exports
- Create MediaWiki icon for export menu
Contact me to sponsor dev.
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 runnpm 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.