-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Side buttons not working on new cards #47
Comments
Maybe some javascript relate errors happening, without more info it is not easy to find the issues. I suggest install to install this addon in anki, then during review, inspect the page and paste screenshot here. |
This comment was marked as off-topic.
This comment was marked as off-topic.
In this case, I have updated the card template, provided two method to update xiehanzi 3.0 deck. A. Update by importing deck
B. Update manually by copy paste.
|
Here is a small sample of my deck. |
The issue was that pinyin color class was generated using python using this library but when new card added, there is no pinyin color class. Anyway, I have updated the deck and html source. Download this deck, extract, and import in Anki then delete Update deck. |
It works as intended on PC but ankidroid still is having the same problem for me. Ankidroid version 2.16.5 |
It seems the note types are not get updated, the only solution I used to fix is to copy and paste manually from this front.html to Card Template in AnkiDroid. Another options is move all notes to another note types. ![]() |
I tried manually copy and pasting into ankidroid but the problem is still the same. I know that ankidroid is updating when I change the code anki for pc but ankidroid just isnt working with the card code correctly. |
I have found that there is limit to clipboard copy paste. So, the copy/paste method will not work. This is new front.html updated for AnkiDroid, because it is working without changing on AnkiMobile and Anki, but in case of AnkiDroid you have to replace with new front content now, then follow sync. |
The new code causes the grid to disappear on both Anki for PC and Ankidroid. Persistence works as it should on PC, however, on Ankidroid the sidebar saves the checked boxes during review of a deck but if I exit to the main menu and reenter the same deck the boxes are back to their default settings. |
It is known problem that I knew about later. Please update AnkiDroid to 2.17.5 and try again, it may fixed for older front.html also. |
I tried a few versions of front.html but they all didn't work. I found the line to manually set the grid size and changed it to what I want it to be, is there a way to manually check and uncheck the other checkboxes? |
I have used the deck you have provided in this comment #47 (comment) then imported it in Anki desktop I found the issue with grid, which I have fixed now. Please try again and let me know. More info Anki-xiehanzi/card templates/Card 5/front-xiehanzi-3.0.html Lines 506 to 508 in 7836d55
|
I tried to update my old Xiehanzi 3.0 deck with the new Xiehanzi 3.0 write card style by copy and pasting the front, back and styling sections into their respective places on my old deck, my old deck looked right but the buttons that control what fields are displayed were all unchecked and they did not save between cards like the new xiehanzi 3.0 deck's cards did. I tried adding cards to the new xiehanzi 3.0 decks with pleco but they had the same problem as the cards from my old deck. Is there something about the new xiehanzi 3.0 deck that is different that makes the persistence work compared to my old deck?
I had the problem on my android and PC versions of anki, while the new versions of the decks worked.
The text was updated successfully, but these errors were encountered: