Text presentation of emoji
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 53
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Description
For emoji which have a text presentation form, add a .text symbol property on the emoji member for that emoji for the text presentation form (with Variation Selector-15 added). For instance, emoji.crossmark.text would be ❌︎.
Use Case
I sometimes find myself wanting to use an emoji, for which the emoji module is great, but sometimes I prefer a plain text style. For instance, the ❌ emoji doesn’t have a well-fitting non-emoji character, but it does have a text presentation: ❌︎
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the emoji module and the emoji member definitions, then inspect how symbol properties are represented. Implement the requested text presentation property for applicable emoji with Variation Selector-15, and verify that the example crossmark value and other supported emoji produce the intended text form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100