the-turk/flarum-flamoji

Simple emoji manager for Flarum.

Installs: 5 371

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 7

Open Issues: 8

Language:JavaScript

Type:flarum-extension

1.0.4 2022-04-04 21:00 UTC

This package is auto-updated.

Last update: 2024-04-05 01:51:06 UTC


README

MIT license Latest Stable Version Total Downloads

Simple emoji manager for Flarum.

Screenshots:

Picker

Features

  • Based on joeattardi/emoji-button repository.
  • Add an emoji picker to the text editor (compatible with dark mode).
  • Show Twemoji or unicode emojis in the picker.
  • Search emojis in your own language.
  • Add custom emojis to the picker.
  • Import and export custom emoji configurations.
  • Everything is dynamically loaded (no CDNs) when the picker is opened (there should be no performance impact until the user interacts with the picker).

Installation

composer require the-turk/flarum-flamoji

Updating

composer update the-turk/flarum-flamoji
php flarum migrate
php flarum assets:publish
php flarum cache:clear

Import and Export Configurations

I added these features so we can share our custom emoji configurations. Just use the "Export JSON" button from the extension's settings page to export your configuration and "Import JSON" button to import others. However, importing action will only import the configuration, not the image files. You still need to upload those images manually into your server.

Links