incremental-reading icon indicating copy to clipboard operation
incremental-reading copied to clipboard

Extracts error when change

Open cubismspace opened this issue 7 years ago • 2 comments

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}}.

cubismspace avatar Aug 19 '18 08:08 cubismspace

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

jdlorimer avatar Oct 03 '18 16:10 jdlorimer

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

cubismspace avatar Jan 24 '19 13:01 cubismspace