Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (10 days ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-02-01T10:53:14.000Z (10 days ago)
- Last Synced: 2025-02-01T11:26:04.501Z (10 days ago)
- Topics: backdropcms, emoji, emotion, tinymce
- Language: PHP
- Homepage: https://backdropcms.org/project/tinymce_emojis
- Size: 63.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.![Screenshot of the open dialog](https://raw.githubusercontent.com/backdrop-contrib/tinymce_emojis/1.x-1.x/screenshots/emojis-dialog.png)
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.![Autocomplete when typing](https://raw.githubusercontent.com/backdrop-contrib/tinymce_emojis/1.x-1.x/screenshots/emoji-autocomplete.png)
## 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.