Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s5bug/aly-extensions
moonlight sweep 2024
https://github.com/s5bug/aly-extensions
Last synced: about 2 months ago
JSON representation
moonlight sweep 2024
- Host: GitHub
- URL: https://github.com/s5bug/aly-extensions
- Owner: s5bug
- License: cc0-1.0
- Created: 2024-10-07T01:23:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:48:56.000Z (3 months ago)
- Last Synced: 2024-10-26T09:34:36.071Z (3 months ago)
- Language: TypeScript
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aly-extensions
my extensions for [moonlight](https://moonlight-mod.github.io/)
## hanfix
runs a heuristic on CJK characters to properly associate language information,
fixing issues where i.e. Simplified Chinese is incorrectly rendered due to
client language being set `ja-JP`.## katex
adds KaTeX-based math rendering via `\\(` and `\\)`, rendered to normal users as \\( and \\)
q.v. [Are \\( and \\) preferable to dollar signs for math mode?](https://tex.stackexchange.com/questions/510/are-and-preferable-to-dollar-signs-for-math-mode)
## ruby
adds Ruby (Furigana) support via `{{rb(rt)}}`
`{{猫(ねこ)}}を{{拾(ひろ)う}}` → 猫(ねこ)を拾(ひろ)う
`{{我(wǒ)讲(jiǎng)日(rì)语(yǔ)}}` → 我(wǒ)讲(jiǎng)日(rì)语(yǔ)