We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7a5e4 commit f6816f8Copy full SHA for f6816f8
src/index.ts
@@ -374,7 +374,7 @@ async function main() {
374
labelField: "description",
375
url: (cell) => {
376
var codepoints = cell.getData().codepoints;
377
- return `https://www.fileformat.info/info/emoji/${codepoints}/index.htm`;
+ return `https://www.fileformat.info/info/emoji/${codepoints.toLowerCase().replaceAll(' ', '_')}/index.htm`;
378
},
379
target: "_blank",
380
0 commit comments