View Single Post
Old 08-03-2025, 02:34 PM   #222
Far_Pen_6884
Enthusiast
Far_Pen_6884 began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Jul 2025
Device: paperwhite
Quote:
Originally Posted by ownedbycats View Post
Here's a modified copy of my Mark as Read action chain.

1. Sets #lastread (datetime) to current datetime.
2. Sets #percentread (integer) to 100.
3. Increments #timesread (integer) by one.
4. Prompts to set rating (rating).
5. Copies the date from #lastread to #readdates (taglike) as 'MMM d yyyy' - (Jan 16 2024). Changing the format should be simple if you prefer something else.
I found this very useful, thanks! I adapted it a bit to work with my own custom columns.
  1. Sets #last_read (datetime) to current datetime.
  2. Sets #percent_read (integer) to 100.
  3. Increments #times_read (integer) by one.
  4. Prompts to set #ratings (rating).
  5. Copies the date from #last_read to #read_dates (tag-like).
Attached Files
File Type: zip mark_as_read.zip (2.0 KB, 9 views)
Far_Pen_6884 is offline   Reply With Quote