incremental-reading
incremental-reading copied to clipboard
Extracts error when change
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}}.
is the Text field wrapped with the required div? It needs to look like this: <div class="ir-text">{{Text}}</div>.
Yes it is now, but actually this did not solve the problem.