warpling / Macmoji

Slack/GitHub/Trello emoji for your mac! 😁 💥 💻
MIT License
1.72k stars 71 forks source link

How to add custom emoji #57

Closed edvardasast closed 1 year ago

edvardasast commented 3 years ago

Hi,

Thank you for your great work, I would like to ask you if it is possible to add my custom emoji i.e. from png or gif via plist file? if yes could you provide me any hints or tutorial?

BingeCode commented 1 year ago

That's not possible because all the plist file contains is a mapping from the emoji to the emojicode (see below). So you can only use emojis that macos knows already.

  <dict>
    <key>phrase</key>
    <string>5️⃣</string>
    <key>shortcut</key>
    <string>:five:</string>
  </dict>
warpling commented 1 year ago

Thanks for explaining @BingeCode, sorry I missed replying @edvardasast