Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Option to insert the Emoji itself and not the GitHub Code #15

Open
chrisgrieser opened this issue Nov 17, 2021 · 1 comment · May be fixed by #16
Open

FR: Option to insert the Emoji itself and not the GitHub Code #15

chrisgrieser opened this issue Nov 17, 2021 · 1 comment · May be fixed by #16

Comments

@chrisgrieser
Copy link

pretty much what the name says, the feature that Slack, Discord etc. all have by now!

@eugenesvk
Copy link
Contributor

eugenesvk commented Apr 9, 2024

You could check this fork of mine where I've added experimental support for this by adding autocompletions with an extra ,comma (trying both version with comma as an extra prefix and comma at the end so you can add it after a word search to select its emoji rather than think about what you want to insert beforehand)

Didn't want to add a new prefix like : or @ as I think typing a comma is simpler, thought the visual list of autocomletions becomes noisier

  • @⭾boo:bookmark:
  • @⭾,boo → 🔖
  • @⭾book, → 🔖

It also has an updated list of gitmojis, though a few of those have incompatible names

Also added dedicated prefixes | and ! for testing

  • |⭾book → 📖 (regular emojis)
  • !⭾book → 🔖(git emojis)

@eugenesvk eugenesvk linked a pull request Apr 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants