1.1.2 • Published 9 years ago
extplug-show-deleted v1.1.2
Show Deleted Messages
ExtPlug plugin that keeps showing deleted chat messages.

It also tells you which moderator deleted the message when you hover the
[Deleted] tag.
Installation
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-deletedRoom Settings
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;
}Building
Note: this section is intended for developers only.
First, install dependencies:
npm installThen, use:
npm run buildThe plugin will be built using the ExtPlug CLI.
The built plugin will be stored at build/show-deleted.js.