WPIntell

Source evidence

Unicode Characters/Emojis

Emoji Autocomplete Gutenberg · support · 2020-04-18T06:18:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 35 rows with source links

14.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Ben unresolved
Hi, I really appreciate you for creating this plugin but I was having a problem with it using svg images instead of unicode emojis. The reason is because I use the plugin custom smilies (yeah it still works even though it hasn’t been updated for a while) and have been using unicode to produce my custom smilies over the default unicode emojis. Your plugin kept pasting images instead of the unicode meaning this wouldn’t work with my custom smilies. So I made a few modifications to blocks.build.js I changed: getOptionLabel:function(e){var o=e.codes,a=e.char,r=e.name;return wp.element.createElement("span",null,wp.element.createElement("img",{className:"emoji",alt:a,src:"https://s.w.org/images/core/emoji/12.0.0-1/svg/"+o.toLowerCase()+".svg"})," ",r)},getOptionCompletion:function(e){var o=e.char,a=e.codes;return wp.element.createElement("img",{draggable:"false",className:"eedee-emoji",alt:o,src:"https://s.w.org/images/core/emoji/12.0.0-1/svg/"+a.toLowerCase()+".svg"})} to: getOptionLabel:function(e){var o=e.codes,a=e.char,r=e.name;return wp.element.createElement("span",null,a," ",r)},getOptionCompletion:function(e){var o=e.char,a=e.codes;return o} This has completely fixed my issue and I hope you consider this for your next update as it’s better than relying on a remote url that may not work in the future (which would break all the posts/pages with these emotions). This topic was modified 6 years, 1 month ago by Ben .

Comments

0 shown

No comments were stored for this source.