forgejo/web_src/js/utils
Gusted fe5f16205f
feat: make text expander aware of custom emojis
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).
2025-08-10 23:11:41 +02:00
..
color.js [PORT] gitea##30237: Fix and rewrite contrast color calculation, fix project-related bugs 2024-04-15 16:11:34 +02:00
color.test.js [PORT] gitea##30237: Fix and rewrite contrast color calculation, fix project-related bugs 2024-04-15 16:11:34 +02:00
dom.js chore: add new lint rules 2024-10-23 08:10:18 +02:00
dom.test.js [PORT] Enable no-jquery/no-parse-html-literal and fix violation (gitea#31684) 2024-07-28 16:52:02 +02:00
image.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 22:58:33 +01:00
image.test.js Downscale pasted PNG images based on metadata (#29123) 2024-02-19 22:58:33 +01:00
match.js feat: make text expander aware of custom emojis 2025-08-10 23:11:41 +02:00
match.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
time.js Update dependency eslint-plugin-unicorn to v57 (forgejo) (#7181) 2025-03-09 20:49:49 +00:00
time.test.js test: add test coverage for web_src/js/utils/time.test.js (#4252) 2024-06-29 09:08:29 +00:00
url.js Support pasting URLs over markdown text (#29566) 2024-03-11 23:36:59 +07:00
url.test.js Support pasting URLs over markdown text (#29566) 2024-03-11 23:36:59 +07:00