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

would love emoji shortcodes to work #11

Closed
jeremy-allen opened this issue Nov 29, 2024 · 2 comments
Closed

would love emoji shortcodes to work #11

jeremy-allen opened this issue Nov 29, 2024 · 2 comments
Labels
feature a feature request or enhancement handled-i-think Issues/features that I think are handled
Milestone

Comments

@jeremy-allen
Copy link

jeremy-allen commented Nov 29, 2024

Having a ton of fun with bskyr on Bluesky today!

I would love for this to work, but it does not:

msg <- ":fire:"
  
bs_post(text = msg)

The unicode works, but is less fun:

msg <- "the unicode works: \U0001F525"
@jeremy-allen jeremy-allen changed the title make emoji shortcodes work would love emoji shortcodes to work Nov 30, 2024
christopherkenny added a commit that referenced this issue Nov 30, 2024
@christopherkenny
Copy link
Owner

This seemed high on the simple-to-implement by usefulness axes, so I've just pushed a simple version of it. Right now, it operates entirely on the emoji pacakge's emoji::emoji_names, which gives pretty broad support for emojis within R. I may add support for the emoji keywords, but I am a bit hesitant as it removes the one-name-to-one-emoji relationship.

@christopherkenny christopherkenny added this to the 0.2.0 milestone Nov 30, 2024
@christopherkenny christopherkenny added feature a feature request or enhancement handled-i-think Issues/features that I think are handled labels Nov 30, 2024
@jeremy-allen
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement handled-i-think Issues/features that I think are handled
Projects
None yet
Development

No branches or pull requests

2 participants