Skip to content
Discussion options

You must be logged in to vote

I think you can achieve better results in dataviewjs.
But in regular dataview, try this:

LIST rows.file.link
FROM "Journal/2022"
SORT file.cday
GROUP BY dateformat(file.cday, "MMMM")
SORT rows.file.cday ASC

I use the creation date (file.cday) because I don't know the format of the daily notes title. (if in format YYYY-MM-DD you can use file.day instead of file.cday)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by adamreiswig
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants