the-turk / flarum-flamoji
Simple emoji manager for Flarum.
Installs: 7 289
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 9
Open Issues: 9
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.2
Conflicts
README
Simple emoji manager for Flarum.
Screenshots:
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.