You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
This software seems to physically add the accents on the words themselves. This requires that the user has special dictionary programs or files which can handle the words in their accented forms. I propose a possible way to add accents without needing special dictionaries.
We use a CSS ::before property to provide the accented character in a zero width inline-block span. The text generated by CSS is not selectable, at least in all the browsers I tested. It also works in Calibre and Foliate, partially in KOReader (it does not select as a whole word, but you can just drag a bit). It might work with all reader software, but it still seems useful.
Example html:
This should display нали́чный, but if you try to select it, it will select наличный (without the accent)
It would be great if this is an option for this tool!
The text was updated successfully, but these errors were encountered:
This is a good idea, I'll look into it. I also tested it for Kindle, but they strip custom CSS there (or something like that), so it doesn't work there (which would have been nice because their annoying fuzzy lookup accent breaks dictionaries when the words contain combining acute accents).
Hello
This software seems to physically add the accents on the words themselves. This requires that the user has special dictionary programs or files which can handle the words in their accented forms. I propose a possible way to add accents without needing special dictionaries.
We use a CSS ::before property to provide the accented character in a zero width inline-block span. The text generated by CSS is not selectable, at least in all the browsers I tested. It also works in Calibre and Foliate, partially in KOReader (it does not select as a whole word, but you can just drag a bit). It might work with all reader software, but it still seems useful.
Example html:
This should display нали́чный, but if you try to select it, it will select наличный (without the accent)
It would be great if this is an option for this tool!
The text was updated successfully, but these errors were encountered: