cabal-club / cabal-cli

Terminal client for Cabal, the p2p chat platform.

Home Page:https://cabal.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace scrubbed emojis with :emoji name:

cblgh opened this issue · comments

To mitigate #55 I decided to replace all emoji with a cabal unicode character (hehe)

@cinnamon-bun had the great idea of finding a node module to replace the emojis with their name in text, like :star:. Which is fantastic!

Implementation

  • Find modules that do map emojis to their text representations
  • Replace unicode emojis with their text!

I researched emoji libraries for this: cabal-club/commons#2