jdlorimer / incremental-reading

Anki add-on providing incremental reading features
https://ankiweb.net/shared/info/935264945
ISC License
216 stars 38 forks source link

Some feature requests.. #40

Open levodopa opened 6 years ago

levodopa commented 6 years ago

During my work with IR I got some ideas for features/improvements that would be really helpful for me:

  1. Organizer: Ignore HTML-code from "title"-field in the schedule organizer
  2. Put extracts in the schedule directly after the original extracted card
  3. In Card Browser, set creation date of the extract directly after the original extracted card.
  4. The posibillity to use IR e.g. the extract or highlighting keys in the preview browser (I don't know if it would cause a bug like I reported some days ago)
  5. the posibillity to use IR3 like cardtypes with IR-Plugin, when they have the fields title, text and source, so it would be possible to generate different stylesheets for different IR-importers
jdlorimer commented 6 years ago

Thanks. These are all good suggestions. In order:

  1. This I would consider a bug, and I've pushed a fix for it (7c240c7).
  2. I hadn't thought of this. I'll see about adding an option.
  3. How would you make use of this? Is it just for sorting in the browser?
  4. This is possible (probably), but how useful would it be?
  5. I agree this would be ideal. It's not currently possible because of how the add-on identifies the Text field in the displayed HTML during review - but I would like to address that.