anki/ts/reviewer
Damien Elmes f6486da233
Various tweaks to I/O code (#2478)
* 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
2023-04-19 15:30:18 +10:00
..
answering.ts Ensure state mutator runs after card is rendered (#2421) 2023-03-16 16:31:00 +10:00
css.ts Re-enable formatting for .ts files 2022-11-28 09:33:04 +10:00
image_occlusion.ts Various tweaks to I/O code (#2478) 2023-04-19 15:30:18 +10:00
images.ts Re-enable formatting for .ts files 2022-11-28 09:33:04 +10:00
index_wrapper.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
reviewer_extras.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
reviewer.scss Revamp Preferences, implement Minimalist Mode and Qt widget gallery to test GUI changes (#2289) 2023-01-18 21:24:16 +10:00
tsconfig.json Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00