From 466fa0eb87f2350e5ffed3f09d551b95971a0442 Mon Sep 17 00:00:00 2001 From: kurets Date: Thu, 12 Jan 2023 21:40:05 +0200 Subject: [PATCH] added new blog entry on recovering a lost streak in anki --- .../content/blog/recover-lost-anki-streak.md | 23 ++++++++ new-site/public/blog/index.html | 1 + new-site/public/blog/index.xml | 25 ++++++++- .../blog/meta-description-in-hugo/index.html | 1 + .../blog/recover-lost-anki-streak/index.html | 54 +++++++++++++++++++ new-site/public/categories/index.xml | 23 ++++++++ new-site/public/hackbook/index.xml | 23 ++++++++ new-site/public/index.xml | 25 ++++++++- new-site/public/sitemap.xml | 13 +++-- new-site/public/tags/blog/index.html | 1 + new-site/public/tags/blog/index.xml | 25 ++++++++- new-site/public/tags/index.html | 2 +- new-site/public/tags/index.xml | 25 ++++++++- new-site/public/tags/updates/index.xml | 23 ++++++++ 14 files changed, 254 insertions(+), 10 deletions(-) create mode 100644 new-site/content/blog/recover-lost-anki-streak.md create mode 100644 new-site/public/blog/recover-lost-anki-streak/index.html diff --git a/new-site/content/blog/recover-lost-anki-streak.md b/new-site/content/blog/recover-lost-anki-streak.md new file mode 100644 index 00000000..7c7ce6b6 --- /dev/null +++ b/new-site/content/blog/recover-lost-anki-streak.md @@ -0,0 +1,23 @@ +--- +title: "Recover Lost Anki Streak" +date: 2023-01-12T21:34:30+02:00 +draft: false +tags: ['blog'] +--- + +# How to recover a lost anki streak + +Word for word copy paste of what fixed my issue. [Original post](https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&utm_medium=web2x&context=3) + +*btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7* + +Happened to me as well, idk why. But there is a way to cheat streaks: + +1. Check what was the date when you broke your streak, aka the date of that day when you had 0 reviews +2. Turn Anki off +3. Disable "Set time automatically" in Windows (assuming you're using Windows) +4. Manually set the date to that date when you missed a review +5. Turn the Internet connection off (or just unplug your cable) +6. Turn Anki on, do at least 1 review, turn Anki off again +7. Enable "Set time automatically", turn the Internet connection on +8. Turn Anki on and you'll see that it counts as if you really did a review on that day \ No newline at end of file diff --git a/new-site/public/blog/index.html b/new-site/public/blog/index.html index f06a8574..eea3684f 100644 --- a/new-site/public/blog/index.html +++ b/new-site/public/blog/index.html @@ -17,6 +17,7 @@