redmine_emojibutton

Adds emoji capabilities to Redmine

  • 所有者: paginagmbh/redmine_emojibutton
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

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 11:17:48
推送於2023-05-02 06:57:11
最后一次提交2019-11-02 12:41:04
發布數9
最新版本名稱v0.6.2 (發布於 2020-04-17 21:54:03)
第一版名稱v0.1.0 (發布於 )
用户参与
星數24
關注者數9
派生數11
提交數48
已啟用問題?
問題數19
打開的問題數7
拉請求數7
打開的拉請求數1
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?