From a1ea64c00b1c2d613e25d1343bd90012f0dc8f08 Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:19:51 +0100 Subject: [PATCH 1/6] docs: update anki-console location for Anki 25.07+ (fix #435) --- src/console-output.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console-output.md b/src/console-output.md index 1090bc0..91be77c 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -25,7 +25,7 @@ thousands of items), as that may slow Anki down, even if the console is not show ### Windows -If you start Anki via the `anki-console.bat` file in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a +If you start Anki via the `anki-console.exe` file in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a separate console window will appear. ### macOS From 8beaa3b95ab71d5a3259ae58c556149508e08c23 Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:57:48 +0100 Subject: [PATCH 2/6] added for Anki 25.07+ and pre-25.07 --- src/console-output.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/console-output.md b/src/console-output.md index 91be77c..ffd4c3f 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -25,13 +25,21 @@ thousands of items), as that may slow Anki down, even if the console is not show ### Windows -If you start Anki via the `anki-console.exe` file in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a +If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for Anki versions before 25.07) in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a separate console window will appear. ### macOS Open Terminal.app, then enter the following text and hit enter: +_For Anki 25.07 and later, paste_ + +``` +/Applications/Anki.app/Contents/MacOS/launcher +``` + +_For Anki versions before 25.07, paste_ + ``` /Applications/Anki.app/Contents/MacOS/anki ``` From 5bc9c9e4bd53d312f822ef00fdc73349c281ffba Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:02:05 +0100 Subject: [PATCH 3/6] added for Anki 25.07+ and pre-25.07 --- src/console-output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console-output.md b/src/console-output.md index ffd4c3f..76a6986 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -32,13 +32,13 @@ separate console window will appear. Open Terminal.app, then enter the following text and hit enter: -_For Anki 25.07 and later, paste_ +_For Anki 25.07 and later, enter_ ``` /Applications/Anki.app/Contents/MacOS/launcher ``` -_For Anki versions before 25.07, paste_ +_For Anki versions before 25.07, enter_ ``` /Applications/Anki.app/Contents/MacOS/anki From 3db7550b30ce00d3a33db51bc31c1c47cd4f7558 Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:12:58 +0100 Subject: [PATCH 4/6] Changed formatting to remove italics --- src/console-output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console-output.md b/src/console-output.md index 76a6986..bef0ab3 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -32,13 +32,13 @@ separate console window will appear. Open Terminal.app, then enter the following text and hit enter: -_For Anki 25.07 and later, enter_ +For Anki 25.07 and later, enter ``` /Applications/Anki.app/Contents/MacOS/launcher ``` -_For Anki versions before 25.07, enter_ +For Anki versions before 25.07, enter ``` /Applications/Anki.app/Contents/MacOS/anki From 158493264da8904b69e5355ae6a1d2e8908bfbb1 Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:47:45 +0100 Subject: [PATCH 5/6] Formatting and consistency changes Updated file paths to use environment variable for local app data. --- src/console-output.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/console-output.md b/src/console-output.md index bef0ab3..e316c50 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -25,8 +25,9 @@ thousands of items), as that may slow Anki down, even if the console is not show ### Windows -If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for Anki versions before 25.07) in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a -separate console window will appear. +If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for +Anki versions before 25.07) in `%LocalAppData%\Programs\Anki` (or +`C:\Program Files\Anki`), a separate console window will appear. ### macOS From 9cdc08d586858854a40a3da99fe0ef05866dba0e Mon Sep 17 00:00:00 2001 From: josod827 <112946011+josod827@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:37:51 +0100 Subject: [PATCH 6/6] Update src/console-output.md Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> --- src/console-output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console-output.md b/src/console-output.md index e316c50..e477290 100644 --- a/src/console-output.md +++ b/src/console-output.md @@ -25,8 +25,8 @@ thousands of items), as that may slow Anki down, even if the console is not show ### Windows -If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for -Anki versions before 25.07) in `%LocalAppData%\Programs\Anki` (or +If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file +for Anki versions before 25.07) in `%LocalAppData%\Programs\Anki` (or `C:\Program Files\Anki`), a separate console window will appear. ### macOS