ExtPlug plugin that keeps showing deleted chat messages.
It also tells you which moderator deleted the message when you hover the
[Deleted]
tag.
You can install this plugin by going to your ExtPlug settings menu, pressing "Install Plugin", and entering this Plugin URL:
https://unpkg.com/extplug-show-deleted
Note: This section is intended for room hosts only.
Deleted chat messages are styled with the ".cm.extplug-deleted" class. Use this class if you want to style messages differently in your Room Style.
.cm.extplug-deleted {
background-color: red;
}
Note: this section is intended for developers only.
First, install dependencies:
npm install
Then, use:
npm run build
The plugin will be built using the ExtPlug CLI.
The built plugin will be stored at build/show-deleted.js
.