jdlorimer / incremental-reading

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

Add title of card to HTML #86

Closed cesarrodrig closed 5 years ago

cesarrodrig commented 5 years ago

Cards do not display their title; showing the titles is especially useful with extracts when you want to give some context to them.

jdlorimer commented 5 years ago

Did you want to change this to a div with class ir-title? Some people use a shared stylesheet between cards. It's probably better to not assume h3 will only be affected by the IR note type.

Other than that, good idea. I've been meaning to improve the default formatting for a long time.

cesarrodrig commented 5 years ago

My bad, I am not very familiar with how the shared stylesheet work. I'll do the change and let me know how it looks. Thanks for the feedback!

jdlorimer commented 5 years ago

Thanks very much for this.