https://github.com/backdrop-contrib/tinymce_emojis
TinyMCE editor button for Backdrop CMS to insert emojis into content
https://github.com/backdrop-contrib/tinymce_emojis
backdropcms emoji emotion tinymce
Last synced: 11 months ago
JSON representation
TinyMCE editor button for Backdrop CMS to insert emojis into content
- Host: GitHub
- URL: https://github.com/backdrop-contrib/tinymce_emojis
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2025-02-01T10:21:13.000Z (about 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-02-02T08:50:37.000Z (about 1 year ago)
- Last Synced: 2025-02-10T13:17:55.220Z (about 1 year ago)
- Topics: backdropcms, emoji, emotion, tinymce
- Language: PHP
- Homepage: https://backdropcms.org/project/tinymce_emojis
- Size: 64.5 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TinyMCE Emojis
Provides an editor button to insert emojis (sometimes also denoted as emoticons)
into content.
The button opens a dialog where you can browse through several categories or
search by (English) keywords.

Additionally, if you write a colon followed by some characters in content, the
emoji library will provide suggestions to pick from in a popup collection.

## Installation
- Install this module using the official [Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
- Edit your custom TinyMCE profile to add the button to the toolbar
## Dependencies
- TinyMCE
Note that your database has to be able to deal with emojis (utf8mb4
character set), which is usally the case, but might not in some edge cases.
## Issues
Bugs and feature requests should be reported in the [Issue Queue](https://github.com/backdrop-contrib/tinymce_emojis/issues)
## Current Maintainers
- [Indigoxela](https://github.com/indigoxela)
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.