extplug-show-deleted

1.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i extplug-show-deleted

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • goto-bus-stop