Versions
version 1
- download
- mdx: https://cloud.freemdict.com/index.php/s/EsZsiH7wXLgGHFJ
- css: ced23.css (4.2 KB)
- snapshot
- 191817 available hwds of CED part from
https://www.collinsdictionary.com/
- Collins unavailable words:
- existed in wordlist but removed then ( can be recovered from dictionary.com or other old Collins data )
https://www.collinsdictionary.com/dictionary/english/little-russia
https://www.collinsdictionary.com/dictionary/english/little-russian
https://www.collinsdictionary.com/dictionary/english/uppitiness
https://www.collinsdictionary.com/dictionary/english/uppity
https://www.collinsdictionary.com/dictionary/english/uppityness - existed CED tag but empty content:
1. id 127047
2. id 268317
- existed in wordlist but removed then ( can be recovered from dictionary.com or other old Collins data )
- todo features:
- inner links
- audio
- css
- hwd forms
- …
version 2 wip
The hwd is not extracted right to the content:
- e.g.
https://www.collinsdictionary.com/dictionary/english/bacterial-community-composition
- Its hwd is not bacterial-community-composition
- Its hwd is not bacterial
- Its hwd is bacterial community composition
version 2: CED_231010_v231014.7z
- download:
- freemdict cloud: FreeMdict Cloud
- baidu pan: https://pan.baidu.com/s/10i67e9lfIHUOKOTVToTtyA?pwd=free
- snapshot:
- data version: 20231010
- mdx version: 20231014
- offline audio of word pronunciations
- internal links for common words
- css for common structures
- non-stand-alone entry removed
- todo
- word forms(won’t init until reprocess the whole Collins online(CCALD+CED+WNWD+RHU…)
- speed optimization
- hard-coded the style(deletion, lable, structure…) with pure HTML
FAQ
1. unrendered unicode char
It is a Unicode character that is not in your default installed fonts on your device.
Two methods:
- Install a large font to your system:
e.g. 阿里推出符合GB 18030-2022中文编码字符集新标准的免费字体 select the largest one or 下載頁 . - or install the font to CSS file:
reference: font - CSS: Cascading Style Sheets | MDN
I didn’t copy the official Collins fonts into mdx for
- reducing complexity when making mdx
- reducing rendering time when loading html(and its css or font)