Complex graph view grouping query

What I’m trying to do

I would like to make a colour group “grey” where every file with a mtime older than “date.now - 14 days”

Things I have tried

I tried using the [property] query in the graph view and from there studied the possibilities to make search queries in side obsidian, but i did not find anything that could access the automated properties like mtime or ctime.

Obsidian is based on text, so it can’t do math without plugins.

Workaround 1

  1. Use some plugin which add tag olderThan14days or move to folder olderThan14days.
  2. Group by tag or folder.

Workaround 2

Regular expressions

How to use Regular expressions

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.