Things I have tried
I searched Google and this forum for things like “dataview date list”.
What I’m trying to do
I have a bunch of notes that I’m gradually importing into Obsidian that are keyed by date. It’s not just the creation date of the note; there are often several entries in each note, each with its own date. These are not sequential; there are entries for various overlapping dates in various notes.
I would like to be able, once I get these imported, to see these entries organized by date. I presume that Dataview is the way to do this, in the same way that you can build a list of quotes.
My question is, how should I format these dates in such a way that future queries will be easy? I am very new to Dataview (and fairly new to Obsidian). Should I use tags? Link the dates somehow? Or just use one consistent date format and trust that the query will find them?
The format I’ve been using as I import them is something like
##### Page 67 — 5/30/2012
Text of entry
But of course there may not always be a page number.
The existing files aren’t in a consistent format (to include the date format), so now’s my chance to format them in a future-proof way.