nodebb-plugin-emoji-extended

Adds extended functionality of Emoji into NodeBB


Keywords
nodebb, plugin, emoji, emoji-extended
License
MIT
Install
npm install nodebb-plugin-emoji-extended@1.1.1

Documentation

NodeBB Plugin: Emoji Extended <nodebb-plugin-emoji-extended>

License Version Downloads Dependency Status

Adds extended functionality of Emoji into NodeBB.

  • Activate multiple sets of emoji.
  • Update image files of any set with a single click.
  • Use the already existing sets or add custom ones (either private via static files or public by creating a new set).
  • Intelligent auto-completion of available emoji for the end-user.
    • Supports markdown specific code-block detection.
  • Enable mapping of common texts like :-).
  • View all activated emoji within a dialog.

Installation

To ensure compatibility with your NodeBB instance you should install nodebb-plugin-emoji-extended via the NodeBB Admin Control Panel.

Emoji sets

The following sets are approved of being well integrated with nodebb-plugin-emoji-extended:

Each one should be installed alike using the NodeBB Admin Control Panel in order to ensure compatibility with your NodeBB instance.

Manual installation

The manual installation via NPM may result in version-conflicts with NodeBB.

npm install nodebb-plugin-emoji-extended

Development

This module gets developed using the NodeBB Grunt Framework.