https://github.com/ankitects/anki-manual
Anki's manual
https://github.com/ankitects/anki-manual
Last synced: 4 days ago
JSON representation
Anki's manual
- Host: GitHub
- URL: https://github.com/ankitects/anki-manual
- Owner: ankitects
- Created: 2020-03-07T04:20:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T08:48:22.000Z (15 days ago)
- Last Synced: 2025-02-10T22:17:47.729Z (11 days ago)
- Language: CSS
- Homepage: https://docs.ankiweb.net
- Size: 41.8 MB
- Stars: 537
- Watchers: 25
- Forks: 181
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Anki Manual
This repository contains the source of [Anki's user manual](https://docs.ankiweb.net).
## License
This manual is licensed under the [CC BY-SA 4 license](https://creativecommons.org/licenses/by-sa/4.0/).
## Contributing
Contributions are welcome! Please see the [issue tracker](https://github.com/ankitects/anki-manual/issues) for things you can start working on. For details on local development, see [CONTRIBUTING](CONTRIBUTING.md).
Unless stated otherwise, any pull requests you
submit will be licensed under the [CC BY-SA 4 license](https://creativecommons.org/licenses/by-sa/).## Style Guidelines
The following conventions are not consistently applied in the manual. If you find such text, feel free to change it.
- Use double quotes, `"`, instead of single quotes, `'`.
- For emphasis such as when defining a word, use italics, `_`.
- Also use italics when referring to a word itself rather than what it means, e.g. "To search for either _dog_ or _cat_, use `dog or cat`".
- When referring to UI elements, use bold formatting, `**`.
- When referring to keyboard buttons, wrap them with ``.
- Use code formatting for example inputs by wrapping them with backticks, `` ` ``.