mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
In the old HTML editor, filenames were % escaped before feeding them to beautifulsoup, causing bare ampersands to be left alone. The new HTML editor reads content from the DOM, where a bare ampersand has been transformed into an &, and that gets saved back into the field, so the media check now needs to deal with it for images as well. https://forums.ankiweb.net/t/causing-problems-with-image-names/12171 |
||
|---|---|---|
| .. | ||
| .cargo | ||
| build | ||
| cargo | ||
| i18n | ||
| src | ||
| templates | ||
| tests | ||
| .gitignore | ||
| BUILD.bazel | ||
| Cargo.toml | ||
| empty.rs | ||
| README.md | ||
| rustfmt.bzl | ||
| rustfmt.toml | ||
Anki's Rust code.
backend.proto stores the interfaces used to communicate backend messages between Rust, Python and TypeScript.