mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-13 06:17:26 +00:00
The old MDE editor is aware of custom emojis and shows them as suggestions, but the new text expander is not aware of them and seems to re-implement some logic. Simplify it by using what `emoji.js` already provides. Custom emojis require a bit more work to get shown correctly (HTML and adding a `gap` to fake a space). |
||
---|---|---|
.. | ||
color.js | ||
color.test.js | ||
dom.js | ||
dom.test.js | ||
image.js | ||
image.test.js | ||
match.js | ||
match.test.js | ||
time.js | ||
time.test.js | ||
url.js | ||
url.test.js |