-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Follow up https://github.com/orgs/reader-dict/discussions/2529#discussioncomment-14539233
I love the idea, and it would be great to have web version of the dictionaries.
@BoboTiG Would you consider hosting them ?
The way I would do it (and partly did...)
- Add a formatter to export the dictionnary as a set of json files aa.json ab.json etc... with 3 or 4 letters if necessary to have small files. (da-da is about 3MB uncompressed). I wouldn't use templates but rather export the data as raw as possible
- An HTML/CSS/JS page to search, load the the right json, and display definitions as close as possible from the Kobo rendering (plus rendering for other apps if different).
Reactions are currently unavailable