View Single Post
Old 09-19-2022, 07:44 PM   #5
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,203
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by Comfy.n View Post
While writing this post, I remembered that the Last Modified plugin could do something like what I intend, so I set it to modify the custom column #fav.
Again, I'm not sure I am following you here. You said #fav is a yes/no column. Last Modified plugin can only modify custom date columns, so it would not be able to modify #fav. What it can do is link a custom date column to the #fav column (i.e whenever the value of #fav is changed, the custom date column is updated).


Quote:
Originally Posted by Comfy.n View Post
But I think I wanted to have something extra besides sorting. For instance: to be able to search/filter "what titles were added to my favourites during the pandemics lockdown". something like that
You can do this with the Last Modified approach I described above by using the following search:

Code:
#my_custom_date_column:>2020 AND #my_custom_date_column:<2022
Note: The same search applies for the Action Chains approach.
capink is offline   Reply With Quote