Plugins Directory » Emoji Button
Author: | Tobias Fischer | |
---|---|---|
Website: | https://github.com/paginagmbh/redmine_emojibutton | |
Code repository: | https://github.com/paginagmbh/redmine_emojibutton.git | |
Registered on: | 2014-08-04 (over 10 years ago) | |
Current version: | 0.6.2 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x | |
User ratings: |
This plugin enables GitHub style emoji notation (shortcodes) in Redmine's Textile and Markdown formatter and adds a new button to the wiki editor to insert emoji's more easily.
This plugin is based on a fork of the redmine_gemoji plugin, made by @tmy and others. Thanks! :smile:
Usage¶
- Use emoji codes from http://www.emoji-cheat-sheet.com
- Insert emojis with new button in issue/wiki editor
Important note¶
Version 0.6.0 (from the gemoji-4.0-native-emojis-no-images
branch) uses the gemoji
ruby gem and displays emojis as native Unicode emojis. Due to the nature of Unicode symbols and system fonts, this will show emojis on different operating systems differently.
If you want a consistent display, use the old stable version 0.5.0 from the master
branch instead which displays emojis as images. The downside, however, is that there is no support for latest Unicode emojis – and will never be!
Installation notes
- Copy the plugin directory into the `plugins` directory, for example:
$ cd /home/redmine/redmine-${version}/plugins $ git clone https://github.com/paginagmbh/redmine_emojibutton.git
- Run bundler (from the plugin directory):
$ bundle install
- Run rake task (from the Redmine root directory):
$ rake emoji
- Restart redmine
Changelog
0.6.2 (2020-04-17)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- Upgrade to gemoji 4.0.0.rc2 with Unicode 13.0 support
Version 0.6.2 (from the
gemoji-4.0-native-emojis-no-images
branch) uses thegemoji
ruby gem and displays emojis as native Unicode emojis. Due to the nature of Unicode symbols and system fonts, this will show emojis on different operating systems differently.If you want a consistent display, use the old stable version 0.5.0 from the
master
branch instead which displays emojis as images. The downside, however, is that there is no support for latest Unicode emojis – and will never be!
0.6.1 (2020-01-15)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- Upgrade to gemoji 4.0.0.rc1 with Unicode 12.1 support
- Add setting to let Admins choose the max Unicode version
0.6.0 (2019-11-02)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
Version 0.6.0 (from the gemoji-4.0-native-emojis-no-images
branch) uses the gemoji
ruby gem and displays emojis as native Unicode emojis. Due to the nature of Unicode symbols and system fonts, this will show emojis on different operating systems differently.
If you want a consistent display, use the old stable version 0.5.0 from the master
branch instead which displays emojis as images. The downside, however, is that there is no support for latest Unicode emojis – and will never be!
0.5.0 (2019-08-19)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- added support for Redmine 4
0.4.1 (2015-11-30)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- revert changes from version 0.4.0 because of a major bug...
- small CSS improvements
0.4.0 (2015-11-27)
Compatible with Redmine 3.2.x, 3.1.x, 3.0.x, 2.6.x.
- Reordered the emojis in the different tabs and sorted them like Apple does
- New emojis with gemoji gem 2.1.0
0.3.0 (2015-02-05)
Compatible with Redmine 3.1.x, 3.0.x, 2.6.x.
- Support for markdown text formatting
0.2.0 (2014-09-05)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x.
Fixed a bug which occured in combination with new versions of the gemoji
gem (> 1.5.0).
Everyone updating from the previous plugin version should re-run bundle install
from the emoji-button plugin directory once again, as well as rake emoji
from the redmine root directory...
0.1.0 (2014-08-04)
Compatible with Redmine 2.5.x, 2.4.x.