All Projects → gitbucket → gitbucket-emoji-plugin

gitbucket / gitbucket-emoji-plugin

Licence: Apache-2.0 license
Provides Emoji support for GitBucket

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to gitbucket-emoji-plugin

gitbucket-gantt-plugin
A GitBucket plugin rendering Gantt Chart.
Stars: ✭ 16 (-15.79%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-notifications-plugin
A GitBucket plug-in to provides email notifications feature
Stars: ✭ 16 (-15.79%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-monitoring-plugin
Provides monitoring page which contains machine information, resources, processes ...etc
Stars: ✭ 15 (-21.05%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-fess-plugin
GitBucket plugin for Fess
Stars: ✭ 21 (+10.53%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-gist-plugin
A GitBucket plug-in which provides code snippet repository like Gist
Stars: ✭ 67 (+252.63%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-network-plugin
This plugin provides network graph for GitBucket.
Stars: ✭ 37 (+94.74%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-label-kanban-plugin
A GitBucket plugin for Kanban style issue management.
Stars: ✭ 43 (+126.32%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-ci-plugin
GitBucket plug-in that adds simple CI ability to GitBucket.
Stars: ✭ 44 (+131.58%)
Mutual labels:  gitbucket, gitbucket-plugin
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (+26.32%)
Mutual labels:  emoji
github2mr
Export all your github repositories to a form suitable for 'myrepos' to work with.
Stars: ✭ 32 (+68.42%)
Mutual labels:  gitbucket
three-wise-monkeys
You've heard of the SKI combinators... How about the 🙊🙉🙊 combinators?
Stars: ✭ 27 (+42.11%)
Mutual labels:  emoji
unicodemoticon
Trayicon with Unicode Emoticons using Python3 Qt5
Stars: ✭ 21 (+10.53%)
Mutual labels:  emoji
morphoji
PHP emoji converter
Stars: ✭ 13 (-31.58%)
Mutual labels:  emoji
vuejs-emoji
vue2.x emoji plugin, autoload fontawesome
Stars: ✭ 32 (+68.42%)
Mutual labels:  emoji
gatsby-remark-emojis
🚀 Processes emoji in markdown and inlines <img> tags with the corresponding base64 representation of the image.
Stars: ✭ 28 (+47.37%)
Mutual labels:  emoji
EmojiReader
A simple tool to recognize Emoji in string. (JavaScript & Java)
Stars: ✭ 61 (+221.05%)
Mutual labels:  emoji
noto-color-emoji-font
Color emoji SVGinOT font using Noto emoji, with multiple releases, such as Lollipop and Nougat. Linux/MacOS/Windows
Stars: ✭ 32 (+68.42%)
Mutual labels:  emoji
country-code-to-flag-emoji
A function that returns a flag emoji given IETF language tag.
Stars: ✭ 46 (+142.11%)
Mutual labels:  emoji
iiitdmj-gpa
GPA Calculator + Quiz Bot for IIITDM Jabalpur
Stars: ✭ 16 (-15.79%)
Mutual labels:  emoji
github emoji
all emojis in github
Stars: ✭ 77 (+305.26%)
Mutual labels:  emoji

gitbucket-emoji-plugin build

This plug-in provides Emoji support for GitBucket.

  • Convert Emoji directives in Markdown or other places as images
  • Suggest Emoji directives in the textarea

Completion Emoji in textarea

See Emoji cheat sheet for Campfire and GitHub to know what emoji are available.

Plugin version GitBucket version
4.6.x 4.23.x -
4.5.x 4.18.x -
4.4.x 4.10.x -
4.3.x 4.3.x - 4.9.x

Installation

Download jar file from Releases page and put into GITBUCKET_HOME/plugins.

Build from source

Run sbt assembly and copy generated /target/scala-2.13/gitbucket-emoji-plugin-x.x.x.jar to ~/.gitbucket/plugins/ (If the directory does not exist, create it by hand before copying the jar), or just run sbt install.

Run sbt downloadImages to update images. It will download the latest images to src/main/resources/gitbucket/emoji/assets and update EmojiUtil.scala.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].