stephenmk / Jitendex

A free, offline, and openly licensed Japanese-to-English dictionary. Updates weekly!
https://jitendex.org
Creative Commons Attribution Share Alike 4.0 International
232 stars 2 forks source link

Replace hyphens in Yomitan tags with non-breaking spaces #82

Closed stephenmk closed 4 months ago

stephenmk commented 4 months ago

https://github.com/themoeway/yomitan/issues/742#issuecomment-1971400407

Currently I'm using hyphens in tag names because space characters are used to separate tags in Yomitan dictionaries. A tag name like "priority form" would become two tags: one for "priority" and one for "form."

StefanVukovic99 noted that non-breaking space characters can be used in tag names. It would look nicer if I used these characters instead of hyphens for tags like "priority-form"

akai

stephenmk commented 4 months ago

Implemented in Jitendex 4.4