denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.15k stars 252 forks source link

Git querry in Dataview? #595

Open Triquetra opened 10 months ago

Triquetra commented 10 months ago

I'd like to create a list of files using modified within a specific date range. Using Dataview faclities directly only shows the most recently modified date, rather than historical data. It would be nice to be able to use git diff or git log or git whatschanged to obtain the list of files created or modified within a specific date ranege.

My javascript-fu is weak. Does anyone know if git may be queried for this information from within Dataview?