Stephen Kraus
Stephen Kraus
@Marcusjmdict I've been working on implementing this and other JMdict information (usage notes, cross references, loanword notes, and antonyms) into a dictionary file for yomichan. Please take a look: https://github.com/FooSoft/yomichan/issues/1165#issuecomment-1082441593
For example, the pitch accent functionality of yomichan was only added somewhat recently. And I think most people only start using Yomichan with JMDict and then later add monolingual dictionaries....
related: #2068
BTW, [search-only forms are now being added to JMdict](https://www.edrdg.org/wiki/index.php/Editorial_policy#Search-only_Forms). For example, 三蜜 is a typo that you normally wouldn't want to see in a dictionary (or in grouped-terms mode in...
The part-of-speech tag for 呉れる is "v1-s" in JMdict. The current foosoft version of yomichan-import doesn't detect this tag. [I fixed this bug in my fork of yomichan-import back in...
Thanks for the bug report. I'll see if I can find a solution. In the meantime, you can produce the desired behavior by adding some custom CSS to your anki...
First a little background on this. The normal style of glossaries are formatted in the *.json term-bank files like this: ```json ["gloss1", "gloss2", "gloss3"] ``` In my current redesign of...
Seems the project is still active. Another 3000 Jreibun sentences were added to jisho.org last month.
> the inline styles make it harder to style the theme Yomitan doesn't have style classes. Inline styles are the only way to embed styles into the dictionary file. I...
> Language-of-origin information is always included in the first sense of a JMdict entry (if it is available). Turns out I was mistaken about this. There are currently 64 entries...