Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajatt-tools/learn-now-button
🍝 Put cards in the learning queue and answer cards from the Card Browser.
https://github.com/ajatt-tools/learn-now-button
ajatt anki anki-addon anki-flashcards cards
Last synced: 2 months ago
JSON representation
🍝 Put cards in the learning queue and answer cards from the Card Browser.
- Host: GitHub
- URL: https://github.com/ajatt-tools/learn-now-button
- Owner: Ajatt-Tools
- License: agpl-3.0
- Created: 2020-09-23T14:28:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T02:03:30.000Z (11 months ago)
- Last Synced: 2024-05-21T03:20:03.814Z (8 months ago)
- Topics: ajatt, anki, anki-addon, anki-flashcards, cards
- Language: Python
- Homepage: https://ankiweb.net/shared/info/1021636467
- Size: 70.3 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Card Management
[![Rate on AnkiWeb](https://glutanimate.com/logos/ankiweb-rate.svg)](https://ankiweb.net/shared/info/1021636467)
![GitHub](https://img.shields.io/github/license/Ajatt-Tools/learn-now-button)
[![Patreon](https://img.shields.io/badge/support-patreon-orange)](https://www.patreon.com/bePatron?u=43555128)
[![Chat](https://img.shields.io/badge/matrix_chat-join-green.svg)](https://tatsumoto.neocities.org/blog/join-our-community.html)This addon adds new buttons to the card browser.
The `Learn now` button immediately puts selected new cards in the learning queue.
The `Grade now` button lets you grade selected cards without opening Reviewer.
The `Reset selected cards` button lets you delete scheduling and learning information from selected cards.![screenshot](https://user-images.githubusercontent.com/69171671/197412891-fcef27e4-49ed-4175-a42d-a50ef2252151.png)
## Learn Now
Moves selected new cards to the learning queue.
The cards will be shown to you next time you go to the review screen.
You can use this feature if you have a big collection of cards,
and you find a card that you want to learn right away without manually repositioning it.## Grade Now
Answers selected cards right from the Browser window.
For example, imagine that you learn a new Japanese word.
Then one day when reading a book in Japanese you see the word but can't recall it.
In this case it would be rational to open Anki and fail the corresponding card.
The card will be put in the relearning queue.## Reset cards
Remove scheduling and learning information from selected cards.
Turn selected cards back into new cards and erase any recorded lapse and repetition counts.It is very handy for dealing with [leeches](https://tatsumoto.neocities.org/blog/how-to-review#leeches)
because you can reset a card and then change its contents
to make sure that you won't forget it anymore, and then learn it again.Go into the card browser,
select some cards,
and choose "Cards" > "Reset selected cards."## Installation
Download the latest version of the addon from [AnkiWeb](https://ankiweb.net/shared/info/1021636467),
or install it manually using `git`:```
git clone 'https://github.com/Ajatt-Tools/learn-now-button.git' ~/.local/share/Anki2/addons21/learnnow
```## Configuration
To configure the add-on, open the Anki Add-on Menu via "Tools" > "Add-ons" and select "Learn now & Grade now".
Then click the "Config" button on the right-side of the screen.
You can see how it's done on
[![Youtube](https://raw.githubusercontent.com/Ajatt-Tools/BrowserPlayButton/main/.github/youtube_logo.webp)](https://www.youtube.com/watch?v=pxHIHSQ-L0k).