Skip to content

Instantly share code, notes, and snippets.

@believer
Created July 16, 2025 15:33
Show Gist options
  • Select an option

  • Save believer/9bf9696ee019376697c4de8ad9342041 to your computer and use it in GitHub Desktop.

Select an option

Save believer/9bf9696ee019376697c4de8ad9342041 to your computer and use it in GitHub Desktop.
Filter files by "Date Created"
formulas:
name: if(this.file.name == note["Date Created"], this.file.name, "")
properties:
formula.name:
displayName: Name
views:
- type: table
name: Table
filters:
and:
- formula.name != ""
order:
- file.name
- formula.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment