Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hugomarins opened this issue Sep 20, 2023 · 1 comment

Comments

@hugomarins
Copy link
Contributor

hugomarins commented Sep 20, 2023

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.

@bjsi
Copy link
Owner

bjsi commented Sep 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants