mirror of
https://github.com/ankitects/anki.git
synced 2025-11-16 01:27:12 -05:00
* Allow user to select I/O notetype instead of enforcing a specific name * Display a clearer error when I/O note is missing an image Opening the card layout screen from "manage notetypes" was showing an error about the Anki version being too old. Replacement error is not currently translatable. * Preserve existing notetype when adding I/O notetype * Add a 'from clipboard' string The intention is to use this in the future to allow an image occlusion to be created from an image on the clipboard. * Tweak I/O init - Use union type instead of multiple nullable values - Pass the notetype id in to initialization * Fix image insertion in I/O note - The regex expected double quotes, and we were using single ones - Image tags don't need to be closed * Use more consistent naming in image_occlusion.proto * Tweaks to default I/O notetype - Show the header on the front side as well (I presume this is what users expect; if not am happy to revert) - Don't show comments on card (again, I presume users expect to use this field to add notes that aren't displayed during review, as they can use back extra for that) * Fix sticky footer missing background Caused by earlier CSS refactoring |
||
|---|---|---|
| .. | ||
| backend | ||
| card | ||
| card_rendering | ||
| collection | ||
| config | ||
| deckconfig | ||
| decks | ||
| error | ||
| image_occlusion | ||
| import_export | ||
| media | ||
| notes | ||
| notetype | ||
| revlog | ||
| scheduler | ||
| search | ||
| stats | ||
| storage | ||
| sync | ||
| tags | ||
| undo | ||
| adding.rs | ||
| browser_table.rs | ||
| cloze.rs | ||
| dbcheck.rs | ||
| findreplace.rs | ||
| i18n.rs | ||
| io.rs | ||
| latex.rs | ||
| lib.rs | ||
| links.rs | ||
| log.rs | ||
| markdown.rs | ||
| ops.rs | ||
| pb.rs | ||
| preferences.rs | ||
| prelude.rs | ||
| serde.rs | ||
| template.rs | ||
| template_filters.rs | ||
| tests.rs | ||
| text.rs | ||
| timestamp.rs | ||
| typeanswer.rs | ||
| types.rs | ||
| version.rs | ||