HTML Support
Some basic Markdown Support
Custom Emojis
Docs
SetupCustomLabel
Sets up the custom label view in the layout provided.
Params
layout | component
RegisterEmojis
Registers emoji to extension. Pass a dictionary with key as codename and value as imageurl for the first parameter. Pass the codename as key and value to size as second parameter. Note when loading text you have to give the applied emojis list also in the loadtext block.
Params
emojiCodeNameWithUrl | dictionary
emojiCodeNameWithSize | dictionary
LoadText
Loads the given text into the custom label view.
Params
text | text
appliedEmojisCodeName | list
verticalScrollEnabled | boolean
SetupCustomLabel
Sets up the custom label view in the layout provided.
Params
layout | component
RegisterEmojis
Registers emoji to extension. Pass a dictionary with key as codename and value as imageurl for the first parameter. Pass the codename as key and value to size as second parameter. Note when loading text you have to give the applied emojis list also in the loadtext block.
I think many people donβt understand use of this extension
First of all this extension has html support just like the label component property to use html text.
Secondly this extension supports the basic markdown support not advanced things like tables.
Third the custom emoji part helps you to make a emoji with a emoji URL you have.