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.
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.
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.
Are there other prerequisites like the mark down plugin and/or the updated codemirror 6?
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