Bỏ qua đến nội dung

show new siblings in order / no same day spacing(randomization) for new siblings

Chờ xử lý #anki #addon #show #new #siblings #order #same
https://github.com/ijgnd/anki__show_due_siblings_in_order__no_same_day_spacing_randomization_for_sib
18/2/2020

Cách tải addon show new siblings in order / no same day spacing(randomization) for new siblings

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

268644742

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 268644742 và copy

8
3

Mô tả chi tiết

This add-on won’t work with the new v3 scheduler for technical reasons: The new scheduler is written in Rust whereas this add-on relied on overwriting Python functions and add-ons can’t modify Rust code.. A new add-on would probably work by creating filtered decks. The upside is that such filtered decks can be synced to mobile. For details see https://forums.ankiweb.net/t/support-for-filtered-deck-with-specific-review-order/12885 and https://forums.ankiweb.net/t/ordering-cards-in-filtered-deck/16809 .

READ THIS DESCRIPTION CAREFULLY.

This description on this page only applies to the add-on for Anki version for 2.1.

Say you have note1 (with the new cards 1,2,3) and note2 (with the new cards A,B). Anki will show you the cards in this order: 1,A,2,B,3 even if you have disabled “Bury related new cards until the next day”. There is no option that allows you to show the cards in the order 1,2,3,A,B. This add-on allows you to disable this same-day spacing from the menu “Study”.

This add-on is intended to work only in very few situations. This add-on does not help to always study in a fixed order:

  1. This add-on only works on new cards. In Anki cards can be in the state “new”, “learning”, and “review”, see this section from the manual. When you rate a card Anki doesn’t apply exactly the interval it shows about the buttons. Instead it slightly randomizes the intervals, see this section from the manual. So this add-on only makes sure that the first time a new card is shown they are right after each other in their proper order. The next time you see the cards they will probably not be in the same order and probably not be right after each other. Technically this add-on also affects some due reviews on the same day but this is negligible.
  2. This add-on respects your settings for sibling burying. If in the deck options you have enabled “bury related new cards until the next day” this add-on has no effect. You can change this in the add-on settings.

If you only want to study in a fixed order it’s more complicated: There are some threads about this in the official forum at help.ankiweb.net (anki.tenderapp.com) and the Anki subreddit (reddit.com/r/anki). Basically it’s not possible: Anki has no built-in option to remove the randomization/“fuzz” and add-ons can’t work on mobile. An add-on would only help if you never used mobile (or if the add-on locally later adjusts reviews done on mobile). In the last 10 years no such add-on has been published. There’s one unpublished (and untested) add-on that claims to help if you never use mobile, see here. I wouldn’t use this add-on.

Limitations

add-ons can’t affect reviews on your smartphone. As mentioned before this add-on is only intended for new cards and by default respects your deck settings. If you don’t understand the terms deck settings or the distinction between “new”, “learning” and “review” cards check the manual or e.g. watch a video named Guide to Anki Intervals and Learning Steps.

bugs

Please do not use reviews for bug reports or support requests. I don’t get notified of your reviews, and properly troubleshooting an issue through them is nearly impossible (formatting is limited and I can’t reply multiple times). If you find a bug let me know on github.

other authors

  • lovac42
  • Thomas Kahn (most German translations)

technical background, compatibility

  • This add-on overwrites the built-in function “_burySiblings”. It is not compatible to other add-ons that also overwrite/modify this function. As far as I see at the moment the only other add-on that changes this function is Bury related notes.
  • if future versions of Anki change the “_burySiblings” function you will run into problems.

Versions

  • 2020-01-01 better compatibility to other add-ons (minor fix)
  • 2019-12-23 option to enable permanently, German translations, …
  • 2019-04-01 don’t add menu a second time (minor fix)
  • 2019-03-29 initial release

Liên kết hỗ trợ


Reviews (11)

👍 2022-07-05

Although this addon may be end of life given the nature of the V3 scheduler you may want to consider changing ‘intTime’ to ‘int_time’ at line 12 and 75 in no_same_day_spacing_for_siblings.py and ‘currentLang’ to ‘current_lang’ at line 23 and 24 in texts.py to reduce console noise.

👍 2022-06-08

It works fine on my MacBook pro. Thanks !

👍 2022-04-17

I keep getting this error any way to fix ? on MacBook Pro

One or more errors occurred:

268644742: Please check your internet connection. HTTPSConnectionPool(host=‘ankiweb.net’, port=443): Max retries exceeded with url: /shared/download/268644742?v=2.1&p=49 (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1124)’))) Comment from author There’s an easy way to fix this problem. Pos

👍 2022-02-19

github link is broken. did you per chance delete your repository? can you please reenable? I want to see how you are modifying the due dates by looking at codes so I can replicate similar functionality for a deck I am trying to create. Comment from author If you want to see the source code of an add-on you should really check the add-on that is actually downloaded to your add-on folder and not rely on some link to github: Add-ons are made and shared for free. Some users that upload their changes

👍 2021-11-14

This is truly amazing. I was just wondering if there was a way to not have reviews randomized, like is there a way to have all my cards even while I’m reviewing be presented in order. Thanks in advance.

👍 2020-05-18

Great addon,helped me a lot when i study something new.

You alse said “This add-on is intended to work only in very few situations. This add-on does not help to always study in a fixed order. If you want this have a look at this add-on.” but when i press on the link it just sends me back on the same page.I would really love an option to arrange the cards in order even when reviewing. Comment from author Thanks. I just updated the description.

👍 2020-05-08

Just Downloaded it, Works Perfectly

Wish i knew about it sooner, created an entire new deck to review the cards in order Lol

Thanks!

👍 2019-09-03

👍👍 What a great addon! I and many others who study academic material like law have been waiting a long time for this. It would be amazing if this addon could be turned on constantly (instead of having to reenable it again and again). Thank you, ijgnd! Comment from author Thanks for the kind words. At some point I will update the add-on and make this easy to configure.

In the meantime you could try to change the source code of the add-on if you are adventurous: In the lines 103 and 128 replac

👍 2019-06-27

Working well here, thanks! My only feature request would be to make this a deck-specific option rather than a global toggle, as it might make sense to turn on for some decks, but not for others. I think it would fit in very well next to Anki’s native sibling option in the deck options menu. (also, I’m a stickler for clean menus, so the single-entry Study menu isn’t ideal for me. However, I understand that this might work better when using other add-ons that also append options to the same entry)

👍 2019-05-31

Would love to have such a function, but unfortunately it doesn`t work Comment from author You could help fixing this issue which might also help other people.

You must enable this add-on after each restart. This add-on is disabled by default. You can enable it for the current session (until you restart) from the main window toolbar -> Study -> ‘change scheduler - no same-day spacing for siblings/show due siblings in order’. After restarting Anki you must enable it again.

The review section

👍 2019-03-31

Holy shit!

I always wanted to have such option, thank you very much!

It works, Ill msg you if something will happen! Thank you again!

Found a bug (https://imgur.com/a/mAAuSUx)

Every time when you switch your profile you get multiple tabs like this, im not sure if its applying somehow to the order Comment from author Thank you very much the bug report. I use just one profile so I didn’t notice it and that’s why I rely on reports from other users. I just uploaded a new version. If you run into