scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
201 stars 76 forks source link

Support GitHub-style Emoji #327

Open adamvoss opened 7 years ago

adamvoss commented 7 years ago

Since a large portion of the data on Scaladex is comes from GitHub there are cases where GitHub style emoji are used. Formats such as such as :smile: or :shipit:. These currently appear on Scaladex as text rather then the emoji rendering, :smile:, :shipit:

Full(?) list of supported emoji.

Repository for that website has a list of libraries providing the conversion.

Also, GitHub provides a web service to learn the Emoji: https://developer.github.com/v3/emojis/

Example project utilizing emoji in on scaladex:

image

MasseGuillaume commented 7 years ago

:1st_place_medal: