53fe7e574e
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.