Side-note: This project just saved me hours of porting TwitterText into Elixir; thank you!
I've looked at the regex and it looks like handling emoji type (:emoji:) is pretty feasible. How open are you to a PR for that? It could be up to the caller to do whatever with the resulting text - so no need to do actual emoji lookups (and allow for users to define 'custom' emoji).
Side-note: This project just saved me hours of porting TwitterText into Elixir; thank you!
I've looked at the regex and it looks like handling emoji type (
:emoji:) is pretty feasible. How open are you to a PR for that? It could be up to the caller to do whatever with the resulting text - so no need to do actual emoji lookups (and allow for users to define 'custom' emoji).