Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 2.13 KB

README.md

File metadata and controls

41 lines (27 loc) · 2.13 KB

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.