Adds a menu item into the History menu of the Add notes dialog that opens a Browser on the ‘Added Today’ view with the cards ordered by their creation time.
CHANGELOG
2019-02-22 – Anki 2.1 support (Thanks to Arthur!) 2017-08-06 – Add hotkey for menu entry 2016-04-04 – Initial release
SUPPORT
Please do not report issues or bugs in the review section below, as I will not be able to reply to them nor help you. Instead, please report all issues you encounter either on GitHub, or by posting a new thread on the Anki add-on support forums while mentioning the name of the affected add-on in your thread title.
CREDITS AND LICENSE
Copyright (c) 2013 Steve AW Copyright (c) 2016-2017 Glutanimate
Licensed under the GNU AGPL v3. The code for this add-on is available on GitHub.
MORE RESOURCES
A lot of my add-ons were commissioned by other Anki users. If you enjoy my work and would like to hire my services to work on an add-on or new feature, please feel free to reach out to me at: ankiglutanimate [αt] gmail . com
Want to stay up-to-date with my latest add-on releases and updates? Feel free to follow me on Twitter: @Glutanimate
New to Anki? Make sure to check out my YouTube channel where I post weekly tutorials on Anki add-ons and related topics: / Glutanimate
Screenshots
Liên kết hỗ trợ
Reviews (5)
👍 2023-11-17
For Anki 23.10, change
anki21 = anki_version.startswith("2.1.")
to
anki21 = anki_version.startswith("2.1.") | int(anki_version[:anki_version.index('.')]) >= 23
and change
if u'noteCrt' in browser.model.activeCols: col_index = browser.model.activeCols.index(u'noteCrt') browser.onSortChanged(col_index, True)
to
browser.table._state.sort_column = u'noteCrt'
in reviewer_browse_today.py
👍 2020-07-15
Another one of those add-ons I didn’t know I needed – I often edit cards after adding them and used to manually type in “added:1”. Glad I found this convenient add-on.
👍 2019-10-23
Thank you
👍 2019-05-30
thanks
👍 2019-02-23
useful