jdlorimer / incremental-reading

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

Extracts error when change #79

Open cubismspace opened 6 years ago

cubismspace commented 6 years ago

Hi,

I changed how the incremental reading card looks to show {{Title}} {{Text}} {{Source}}. However in this form whenever I tried to extract text to other cards I lost the content of my {{Text}} field. It reverted to the content of the {{Title}} field upon creation of the extracted card.

This error doesn't seem to occur if the incremental reading card always shows the {{Text}} field first e.g.{{Text}} {{Title}} {{Source}}.

jdlorimer commented 6 years ago

is the Text field wrapped with the required div? It needs to look like this: <div class="ir-text">{{Text}}</div>.

cubismspace commented 5 years ago

Yes it is now, but actually this did not solve the problem.