feat: add emoticon conversion feature for text and HTML inputs
This commit is contained in:
@@ -24,6 +24,7 @@ export interface Settings {
|
||||
isMarkdown: boolean;
|
||||
editorToolbar: boolean;
|
||||
emojiStyle: EmojiStyle;
|
||||
autoConvertEmoticons: boolean;
|
||||
pageZoom: number;
|
||||
hideActivity: boolean;
|
||||
|
||||
@@ -65,6 +66,7 @@ const defaultSettings: Settings = {
|
||||
isMarkdown: true,
|
||||
editorToolbar: false,
|
||||
emojiStyle: EmojiStyle.Apple,
|
||||
autoConvertEmoticons: true,
|
||||
pageZoom: 100,
|
||||
hideActivity: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user