anki/pylib
Damien Elmes 894b7862e3
Improve import messaging when notetype has changed (#2483)
* Fix file extension not being appended on export

Regressed in #2427

* Improve import messaging when notetype has changed

- If the local notes are up to date, we don't need to warn about the
changed notetype, as no updates are required.
- Make it clearer that a changed notetype only affects updates.

Will update the docs as well.
2023-04-28 11:39:18 +10:00
..
anki Improve import messaging when notetype has changed (#2483) 2023-04-28 11:39:18 +10:00
rsbridge Update Rust deps 2023-03-31 14:38:24 +10:00
tests Tweak unit test to reduce likelihood of flake under heavy load 2023-04-26 21:38:04 +10:00
tools Add a hook that allows to edit a note before it is added. (#2481) 2023-04-27 15:34:33 +10:00
.gitignore
README.md

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.