Filtering base fore recent notes

In case anyone comes here after 1.9.2, there is a new syntax

  • New: file.mtime >= today() - "7d"
  • Old: date(file.mtime) >= date(dateModify(date(now), "-7d"))
2 Likes