Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiety/anki_history_visualizer
Anki History Visualizer Addon
https://github.com/xiety/anki_history_visualizer
anki anki-addon
Last synced: 22 days ago
JSON representation
Anki History Visualizer Addon
- Host: GitHub
- URL: https://github.com/xiety/anki_history_visualizer
- Owner: xiety
- License: mit
- Created: 2024-07-01T21:14:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T08:45:21.000Z (3 months ago)
- Last Synced: 2024-10-01T09:41:46.815Z (about 1 month ago)
- Topics: anki, anki-addon
- Language: Vue
- Homepage: https://ankiweb.net/shared/info/1545338943
- Size: 1.72 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anki History Visualizer Addon
https://ankiweb.net/shared/info/1545338943
To download this add-on, please copy and paste the following code into Anki:
1545338943
Shift+Click to select deck in main Anki window
Main menu: **Tools** | **Visualize History**
### Circles
![Screenshot 1](docs/circles.png?raw=true)
The size of the ball is the total number of reviews. The color of the ball is the stability.
The maximum height the ball jumps is the stability too.
The bottom of the screen is the current day's reviews.
The ball falls to the bottom, you review it, and it jumps back to the height of it's current stability.
You can click on a circle to see the card's preview at the bottom.
### Squares
![Screenshot 2](docs/squares.png?raw=true)
Review colors: Red - Again, Blue - Hard, Green - Good, Yellow - Easy
The more stable, the more purple the square.
You can click on a square to see the card's preview at the bottom.
## Changelog:
- 09.07.2024 **v0.4** - Square visualization, animation speed, open card info
- 04.07.2024 **v0.3** - Ball size and day height parameters, parent decks support, window resize support
- 03.07.2024 **v0.2** - Hover to show card info, click to open card browser, play button, horizontal lines
- 02.07.2024 **v0.1** - Initial prototype