Update frontmatter (property) when a note is modified

Whenever I modify a note, I want to put a checkmark to “to_review” property.

How can I do it automatically without remembering to checkmark the “to_review”

Doing this automatically seems like an endless loop as it would need to trigger in any edit of the note, so the review it self would cause the need for another review…

I’m thinking it would be better if you had two properties in your note, where one is updated by Linter when you edit the note, and the other is changed when you do a finish review command.

You could then have a query where of the review_date is more than a few minutes before the last_update it’ll need reviewing again. This would allow for review edits, since you decide when the review is finished by triggering the reviewed command.

Do linter support adding custom property?

I’ve seen more than one reference where Linter is used to set the last update time. So I reckon it should be possible, yes.