Bỏ qua đến nội dung

Show Deck's Last Review Time

Chờ xử lý #anki #addon #show #decks #last #review #time
https://github.com/abdnh/anki-deck-last-review-time/issues
5/9/2025

Cách tải addon Show Deck's Last Review Time

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

504609572

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 504609572 và copy

7

Mô tả chi tiết

This add-on shows the last time you reviewed decks to the side of their names in the main window.

See Tools > Add-ons > Config for customizing the color and the date format.

Changelog

See CHANGELOG.md for a list of changes.

Support & feature requests

Please post any questions, bug reports, or feature requests in the support page or the issue tracker. If you want priority support for your feature/help request, I’m available for hire. You can get in touch from the aforementioned pages, via email or on Fiverr.

Support me

Consider supporting me if you like my work:


Screenshots

deck list

Buy Me A Coffee


Liên kết hỗ trợ


Reviews (7)

👍 2025-11-24

Thanks. But I had future maps during various tests :) So, to rule out the error, I did the following: if last_review_time > datetime.datetime.now(): last_review_time = datetime.datetime.now()
ratio = min(

👍 2025-09-19

Perfect! Useful!

👍 2025-07-28

If it crashes because of conflicting addons (ex: Enhance main window) replace this line in the init.py (add-on folder)

soup.select_one(“.optscol”).insert_before(th)

with this:

target = soup.select_one(“.optscol”) or soup.select_one(“.deck”) or soup.body if target: target.insert_before(th)

👍 2024-09-18

Works very well!

👍 2024-01-31

Great addon. It would be nice if it could also show the time in hours spent on each deck. You used BeautifulSoup :)

👍 2023-07-29

Amazingly good idea. Really needed it.

👍 2023-07-18

Simple but Perfect