Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/ show-deleted Public archive

ExtPlug plugin that keeps showing deleted chat messages.

License

Notifications You must be signed in to change notification settings

extplug/show-deleted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ExtPlug plugin that keeps showing deleted chat messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published