docs: update anki-console (fix # 435 in anki-manual)#29
Open
josod827 wants to merge 6 commits intoankitects:mainfrom
Open
docs: update anki-console (fix # 435 in anki-manual)#29josod827 wants to merge 6 commits intoankitects:mainfrom
josod827 wants to merge 6 commits intoankitects:mainfrom
Conversation
|
The macOS path also needs to be updated to |
Author
Thank you, got the feedback! Kinda did the same with the macOS path as with the Window path, depending on the version of Anki. |
GithubAnon0000
suggested changes
Feb 1, 2026
src/console-output.md
Outdated
| ### 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 (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 |
There was a problem hiding this comment.
- Could you please split this into separate lines so that no character exceeds 80 columns?
- I know you didn't change the path here but I'm wondering if
C:\Users\user\AppData\Local\Programs\Ankishould be changed to%LocalAppData%\Programs\Ankito make it consistent with docs: update anki-consol.exe anki-manual#458.
Author
There was a problem hiding this comment.
I agree with your comments and I think I changed it accordingly to it. Looks good?
Updated file paths to use environment variable for local app data.
GithubAnon0000
suggested changes
Feb 1, 2026
Co-authored-by: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Startup Issues and Console Output documentation to reflect changes introduced in Anki 25.07 and later. So the changes replaced references to
anki-console.batwithanki-console.exe.Link for the PR for anki-manual PR.
Fixes issue # 435 in anki-manual