Quote:
Originally Posted by Comfy.n
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
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.