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/3] 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/3] 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/3] 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