1.1.2 • Published 7 years ago

extplug-show-deleted v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Show Deleted Messages

ExtPlug plugin that keeps showing deleted chat messages.

Screenshot

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-deleted

Room 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 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.

License

MIT

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago