Plugin: markdown-it-twemoji

:rocket: Use twemoji for any envionment.

Twemoji must use the Internet because they use regular expressions to replace emoji with images, markdown-it-twemoji is no exception.

markdown-it-twemoji

markdown-it-twemoji on vercel

1 Like

Https is failing on that link

Let’s try the second link. Everything works fine here. Does anyone else have this problem?

The second works thanks. I think it may be the browsers rejecting https where there is no valid certificate.

  • vercel is providing a certificate :nerd_face:

Are there other prerequisites like the mark down plugin and/or the updated codemirror 6?

  • Then how is it invoked?

As a markdownit plug-in, it definitely depends on markdown. This markdown-it-twemoji plugin provides tiddlywiki with a module-type: markdownit module. As long as tiddlywiki is loaded into this module, it is fine. Since I have many markdowit plugins, I did not put them in together so that users can choose the plugins modules they want, so I use markdownit-extensions-startup plugin to load multi markdownit modules. In addition, it does not rely on any other plugins