redmine_emojibutton

Adds emoji capabilities to Redmine

Github星跟踪图

Redmine Gemoji Plugin

This plugin enables github style emoji notation in textile formatter and adds a new button to the wiki editor to insert emoji's more easily.

This plugin is roughly based on a fork of the redmine_gemoji plugin, made by @tmy and others. Thanks! :smirk:

This plugin is listed in the Redmine plugin directory

Compatibility

The master supports Redmine 2.6.x as well as 3.x and 4.x.

PLEASE NOTE: The master branch uses images to display emojis and therefore has a consistent display across all operating systems. The downside, however, is that there is no support for latest Unicode 10+ emojis – and will never be! If you want to use the latest Unicode emojis displayed in the operating systems default emoji font please use the pre-release version v0.6.0 from the gemoji-4.0-native-emojis-no-images branch. It uses the gemoji gem and displays emojis as native Unicode emojis.

Installation

  1. 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
    
  2. Run bundler (from the plugin directory, e.g. /home/redmine/redmine-${version}/plugins/redmine_emojibutton):

    $ bundle install
    
  3. Run rake task (from the Redmine root directory, e.g. /home/redmine/redmine-${version}):

    $ rake emoji
    
  4. Run the plugin rake task to provide the assets (from the Redmine root directory):

    $ rake redmine:plugins:migrate RAILS_ENV=production

  5. Restart redmine

Usage

Update the plugin

  1. Pull the changes from the repository:

    $ cd /home/redmine/redmine-${version}/plugins/redmine_emojibutton
    $ git pull origin master
    
  2. Run bundler (from the plugin directory, e.g. /home/redmine/redmine-${version}/plugins/redmine_emojibutton):

    $ bundle update
    
  3. Run rake task (from the Redmine root directory, e.g. /home/redmine/redmine-${version}):

    $ rake emoji
    
  4. Run the plugin rake task to provide the assets (from the Redmine root directory):

    $ rake redmine:plugins:migrate RAILS_ENV=production

  5. Restart redmine

License

redmine_emojibutton plugin is released under the MIT License.

主要指标

概览
名称与所有者paginagmbh/redmine_emojibutton
主编程语言Ruby
编程语言Ruby (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2014-02-03 19:17:48
推送于2023-05-02 14:57:11
最后一次提交2019-11-02 19:41:04
发布数9
最新版本名称v0.6.2 (发布于 2020-04-18 03:54:03)
第一版名称v0.1.0 (发布于 )
用户参与
星数24
关注者数7
派生数11
提交数48
已启用问题?
问题数19
打开的问题数7
拉请求数7
打开的拉请求数1
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?