hedgedoc/public/js
Sheogorath d188b3526a
Again: Replace emoji-plugin regex
The Regex introduced in the last commit[1], was already working quite
good. But still resulted in false positives for all URL that contained a
second `:`.

To fix this once and for all, we craft a simple, but long regex based on
all emoji names and use this to match them.

We could probably optimize it, but that should also be something the
regex engine itself can and should do.

[1]: 7e45533c75 (in this source tree)

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-10-31 15:33:45 +01:00
..
lib Fix some false titles 2018-07-08 20:41:46 +02:00
cover.js Final replacements 2018-06-24 14:13:46 +02:00
extra.js Again: Replace emoji-plugin regex 2018-10-31 15:33:45 +01:00
history.js Update store 2018-06-30 16:52:34 +02:00
htmlExport.js
index.js Add autocomplete for highlight.js languages into codemirror 2018-10-10 11:13:52 +02:00
locale.js
mathjax-config-extra.js
pretty.js
render.js
reveal-markdown.js
slide.js Add Print icon to slide view 2018-06-24 23:50:38 +02:00
utils.js