The original data (and kezi’s converted data) from the 物書堂 app was generously provided to me by kezi.
I have done my best to convert it to mdx, hopefully there wasn’t any conversion mistake.
I have also included the original data in case anyone wants to compile an improved version, may the need be.
物书堂应用程序的原始数据(和Kezi的转换数据)是由kezi慷慨地提供给我的。
我已经尽力将其转换为mdx,希望没有任何转换错误。
我也包括了原始数据,以备有人想编译一个改进的版本,也许有必要。
2022/10/12 - Version 1.1
fixed colors in css
修复了css中的颜色
fixed empty jump links
修复了空跳转链接
fixed jump links that link to another part of the definition
修复了链接到定义中另一部分的跳转链接
fixed jump links not working in mdict (thank you “notwind” for pointing this out!)
修正了跳转链接在mdict中不工作的问题(感谢 "notwind "指出了这一点!)
improved the display order of definitions
改进了定义的显示顺序
created around 50 missing “gaiji svg” that were missing in the source and displayed as “?” (see the definition for “取る” for an example)
创建了大约50个缺失的 “gaiji svg”,它们在源文件中缺失,并显示为"?"(见 "取る "定义的例子)
added the appendix
增加了附录的内容
2022/11/11
small css fix for fix overlapping of “zoomkanji-container” in some circumstances.
小小的css修复,在某些情况下修复了 "zoomkanji-container "的重叠。
2022/11/29
small css fix for the issue pointed out here.
对这里指出的问题进行小的css修复。
Another excellent work, thanks! More than glad to see more Japanese dictionaries coming out.
Seemingly it recreates the original dictionary layout in an accurate way, except hiragana rubies for common kanji. The mdx version display rubies for highlighted kanjis only compared to official monokakido app.
I’m not so particular about the slight layout of a dictionary as long as I can read its content, so so far I’m good with current version. Thanks to your patience
I was also in the process of correcting those issues (among others), although I didn’t notice the “href” issue in mdict. Thank you very much for pointing this out! “Version 1.1” has been uploaded in the original post.
Concerning this issue " (<a href="00002"> ⇀<a href="entry://あ【亜】"> )", this is actually on purpose. Around 100 words have the exact same header, and it creates an issue when those headers are referenced to in a jump link. (it jumps to multiple definitions at the same time even though it should reference only a specific one)
Could you please provide V1.1 that included fix this issue " (<a href="00002"> ⇀<a href="entry://あ【亜】"> )"(it jumps to multiple definitions at the same time is ok)?thanks!!