raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.03k stars 2.76k forks source link

[Slack Status] Allow custom emojis #13262

Open konsalex opened 1 week ago

konsalex commented 1 week ago

Extension

https://www.raycast.com/petr/slack-status

Description

Currently the emoji picker for the status allows only native emojis.

If there are custom emojis on the Slack workspace, it would be nice to allow usage of them by just typing them, even if they are not displayed.

For example for code pairing we have an emoji of the Zed icon, so in theory the emoji field could accept a value of :zed:

Who will benefit from this feature?

People who want to use custom emoji statuses

Anything else?

No response

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @PitNikola @johnhampton @thomaspaulmann @pernielsentikaer @ramsaysewell you might want to have a look.

💡 Author and Contributors commands The author and contributors of `petr/slack-status` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
ramsaysewell commented 4 days ago

Hey @konsalex, would you like to work on this yourself?

Slack gives us a method to list the available emojis in the workspace so this is definitely something possible. I'd be happy to help you out if you're up for the challenge.