How should the "Readwise Items To Review" note-tool be used? #180
-
I am unsure of how this is intended to be used. What is your workflow? Say I have 5 new, unprocessed books (or articles or whatever) in my readwise folder. I go into the "Readwise Items To Review" note to see them. Then what? Do I create a new book note for each of them, copy over the contents and then update the "lastchecked" attribute? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
thats pretty much how i was using it. My problem is that i have a lot of readwise inputs i haven't processed yet and i want to process them starting from the oldest thing moving forward, so i use that note to simply tell me whats left to process and then when i process the oldest thing on the list then i update lastchecked which says that the items it will show have to be older than the date in the title of the notes. in looking at it, for some reason the note is no longer working for me with the lastchecked variable so I've modified it to be hard coded. same thing just no variable usage. so if i finished processing
to
which corresponds to the item i just finished. because now every date in the file names that does not have a date more recent that ultimately this note is just telling me what i still need to process from readwise as readwise creates the new notes with the default tags indicating things are unprocessed i.e. |
Beta Was this translation helpful? Give feedback.
thats pretty much how i was using it.
My problem is that i have a lot of readwise inputs i haven't processed yet and i want to process them starting from the oldest thing moving forward, so i use that note to simply tell me whats left to process and then when i process the oldest thing on the list then i update lastchecked which says that the items it will show have to be older than the date in the title of the notes.
in looking at it, for some reason the note is no longer working for me with the lastchecked variable so I've modified it to be hard coded. same thing just no variable usage.
so if i finished processing
; 2023-02-18 Quick Passages
then i'd update the line:WHERE file.day > …