noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.74k stars 309 forks source link

Emojis support #356

Open veer-sulakhe opened 3 years ago

veer-sulakhe commented 3 years ago

Hi There,

Does the library support emojis out of the box already?

noties commented 3 years ago

Hello @veer-sulakhe ,

there is no special handling for emojis in the library. Emojis are supported by the TextView and the platform, the same way as if you would call textView.setText("🤩😅🚀"). Markwon does not process emojis specifically

pramodshri commented 3 years ago

if the text is say :wink, does it display 👉 "😉"?

Any plans to support that feature?

noties commented 3 years ago

Hello @pramodshri ,

no, :wink: is not translated into 😉 and there is no plans to support this feature

wax911 commented 2 years ago

@pramodshri If you'd like something that does what you're look for you could have a look at https://github.com/AniTrend/android-emojify and see if solves your problem.

P.S sorry for the shameless promotion noties :D