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

[BUG] PDF highlights IR not being found in queue through source of children Rem

Open hugomarins opened this issue 2 years ago • 2 comments

Nowadays, the only way to get the PDF highlights tagged Incremental is if I click view flashcards directly of the document which has that PDF associated to it as a source.

But if I jump to any parent of that document, these IR rem will not be found anymore.

As the standard behavior of RemNote when you add a PDF source to a Rem is to store it as a top-level Rem, many times these IR PDF highlight rem will not come to the queue (except if the user is used to press "Practice All Rem", what is uncommon for users with large databases; or if the user press the queue button of the exact document that has the PDF as a source).

image

Found in "Static Stability" Queue: image

Not found in Parent of "Static Stability" Queue: image

Is there a way to make it propagate through hierarchy also?

I noted that, once I create a cloze card in that same IR PDF highlight (AFTER it has been tagged Incremental, otherwise is does not happen), then, and only then, the IR Rem is found is the Queue of the Parent of The Rem which has that PDF as a source.

hugomarins avatar Sep 20 '23 21:09 hugomarins

Hmmm interesting, I think I could do rem.getSources for all rem in the hierarchy and include them in the queue, but it might get slow for large queues. I'll have to test.

bjsi avatar Sep 25 '23 14:09 bjsi