I am trying to modify the following URL:
This takes me to a table view but I would like to change the date to be a specific date. I can alter the date range to be eg. from 2023-12-06 to 2023-12-06.
Once I do this, I can see (with DevTools) that there is some kind of request (to ajax.php) that goes through that specifies dateFrom=2023-12-06 & dateTo=2023-12-06
but if I add those to the long URL, nothing changes.
Is there a way of doing this in 1 request? I don't know much about web requests.
I was trying to use this in Obsidian as an iframe.
the addition of the extra features makes no difference.