Skip to content

nodeloc/flarum-flamoji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flamoji

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

About

Simple emoji manager for Flarum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • PHP 29.5%
  • Less 10.7%