View Single Post
Old 08-03-2025, 02:43 PM   #223
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
Attachment 211451

As I often re-read books, I like to store all my completion dates in a taglike column (e.g. 2021-03-13, 2022-04-21, 2023-04-17, 2024-05-29). I use this composite column to group them by month in the tag browser:

Code:
program:

	new_dates = '';

	for dates in '#datesread':
		converted = format_date(dates, 'yyyy.MM (MMMM)');
		new_dates = list_union(new_dates, converted, ',')
	rof
Hierarchical Tag Browser: Set the `#read_dates` column to hierarchical in the `Look & Feel > Tag Browser` settings to group them by month.

Far_Pen_6884 is offline   Reply With Quote