-
Notifications
You must be signed in to change notification settings - Fork 252
March 2021 Release #1580
Comments
Testing release up! |
Check options-schema.json or export your settings file and look at the paths. Paths start relative to profile[current].options, and the box will outline in red if the path is invalid. It only works on booleans. |
Just installed, with all the dictionaries I use (or not ;p), keeping the stable version (I suppose we have to, and eventually will become that new version) |
No, apparently this has been an issue for a while though. #1586 fixes it. If you want to patch your styles, you can add this custom CSS: .kanji-glyph {
position: static;
z-index: auto;
}
.kanji-tag-list {
position: relative;
}
.entry[data-type=kanji] .entry-body-section[data-section-type=frequencies] {
position: relative;
} |
Hello, I started diving into anki export customisation yesterday and saw that there are a lot of changes in this area in this release. (The Kanji Study app on Android allows dynamic open in app via a special URL that takes this as a parameter, really neat feature to be able to embed this in the cards when syncing with mobile) |
Yes, I have added it back in: #1591. This will be included in a patch before the stable release is made. |
Yes, it's due to the J2J dictionaries not having part of speech information, which is used to filter when inflections are involved. There is potentially a case to be made to not merge definitions into the same entry if they don't have matching POS info. |
Maybe they could still be pulled up, but with a tag to warn you the pos info is missing/doesn't match? Seems like the secondary search is a great way to get around dictionaries missing pos info. More pros than cons I think |
@FooSoft Should be ready for stable, updated the top comment. |
Shipped! |
@toasted-nutbread I guess the patch from #1591 didn't make it in the final release :'( |
Oh shoot, you're right, I forgot to include that in the list. I'll set up a patch release for @FooSoft. https://github.com/FooSoft/yomichan/releases/tag/21.3.31.2 General
Testing
Stable
|
Shipped to testing and stable |
https://github.com/FooSoft/yomichan/releases/tag/21.3.31.1
@FooSoft
General
Testing
Stable
Issues to address before stable
The text was updated successfully, but these errors were encountered: