diff --git a/content/posts/2021-09-19-my-anki-setup.md b/content/posts/2021-09-19-my-anki-setup.md deleted file mode 100644 index 4023297..0000000 --- a/content/posts/2021-09-19-my-anki-setup.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "My 2021 Anki Setup" -date: 2021-09-19T21:43:26+02:00 -slug: my-anki-setup -categories: - - misc - - software - - studium -tags: - - anki - - english - - studying - - customization -summary: My ST 2021 Anki setup -showtoc: false -draft: true ---- - -Hi! Currently I am studying for a few exams, and decided that I am quite happy with my current Anki setup, so I thought I would share my addon choices with you! - - -Currently I am using: - -### AddonBackup - -Creates a backup of my current addon setup, so I can easily reimport them on a different machine. It does not save the full settings sadly. - -### Button Colours Good Again - -Colours the answer button-text on the review screen. :) - -### Deck name in title 21 - -I often study multiple things at once, and sometimes my cards are phrased in a way they depend on the context of the deck they are in. This addon shows the deck name in the title bar. - -### Editor Live Preview - -This is the first Anki-Addon I have written :D it adds a preview screen to all card editors, so you don't have to press "Cards..." everytime you want to check if your equations work... - -I have to work with equations and TeX a lot. - -### Image Occlusion Enhanced for Anki 21 alpha - -This is probably the best addon for anki ever written. It gives you a nice overlay to embed images into your cards and question yourself on parts. - -### Remaining time for Anki 21 - -Shows how long it will likely take you to finish your current session based on your answer times on previous cards. - -### ReviewHeatmap - -Github-Style heatmap on the deck window, showing you how much you studied in the past, and how many reviews you'll have to do in the future. Don't let the streak cut off! - -### True Retention - -This adds more information to your statistics screen. Showing you how many you flunked, passed, learned, relearned in the past day/week/month. This should give you a better indication of your learning quality. diff --git a/content/posts/2021-09-21-my-anki-setup.md b/content/posts/2021-09-21-my-anki-setup.md new file mode 100644 index 0000000..84ab102 --- /dev/null +++ b/content/posts/2021-09-21-my-anki-setup.md @@ -0,0 +1,64 @@ +--- +title: "My 2021 Anki Setup" +date: 2021-09-21T21:43:26+02:00 +slug: my-anki-setup +categories: + - misc + - software + - studium +tags: + - anki + - english + - studying + - customization +summary: Currently I am studying for a few exams, and decided that I am quite happy with my current Anki setup, so I thought I would share my addon choices with you +showtoc: false +draft: true +--- + +Hi! Currently I am studying for a few exams, and decided that I am quite happy with my current Anki setup, so I thought I would share my addon choices with you! + + +Currently I am using: + +### [AddonBackup](https://ankiweb.net/shared/info/162231225) + +Creates a backup of my current addon setup, so I can easily re-import them on a different machine. It does not save the full settings sadly. + +### [Button Colours Good Again](https://ankiweb.net/shared/info/2494384865) + +Colours the answer button-text on the review screen. :) + +### [Deck name in title 21](https://ankiweb.net/shared/info/699175524) + +I often study multiple things at once, and sometimes my cards are phrased in a way they depend on the context of the deck they are in. This addon shows the deck name in the title bar. + +### [Editor Live Preview](https://ankiweb.net/shared/info/1960039667) + +This is the first Anki-Addon I have written :D it adds a preview screen to all card editors, so you don't have to press "Cards..." every time you want to check if your equations work... + +I have to work with equations and TeX a lot. + +![EditorLivePreview](/images/anki/editorpreview.png) + +### [Image Occlusion Enhanced for Anki 21 alpha](https://ankiweb.net/shared/info/1374772155) + +This is probably the best addon for anki ever written. It gives you a nice overlay to embed images into your cards and question yourself on parts. + +*Screenshot see remaining time* + +### [Remaining time for Anki 21](https://ankiweb.net/shared/info/1508357010) + +Shows how long it will likely take you to finish your current session based on your answer times on previous cards. + +![RemainingTime](/images/anki/remainingtime.png) + +### [ReviewHeatmap](https://github.com/glutanimate/review-heatmap/) + +GitHub-Style heat map on the deck window, showing you how much you studied in the past, and how many reviews you'll have to do in the future. Don't let the streak cut off! + +![HeatMap](/images/anki/heatmap.png) + +### [True Retention](https://ankiweb.net/shared/info/613684242) + +This adds more information to your statistics screen. Showing you how many you flunked, passed, learned, relearned in the past day/week/month. This should give you a better indication of your learning quality. diff --git a/static/images/anki/editorpreview.png b/static/images/anki/editorpreview.png new file mode 100644 index 0000000..104d9a5 Binary files /dev/null and b/static/images/anki/editorpreview.png differ diff --git a/static/images/anki/heatmap.png b/static/images/anki/heatmap.png new file mode 100644 index 0000000..5e8aa69 Binary files /dev/null and b/static/images/anki/heatmap.png differ diff --git a/static/images/anki/remainingtime.png b/static/images/anki/remainingtime.png new file mode 100644 index 0000000..00993bc Binary files /dev/null and b/static/images/anki/remainingtime.png differ