"date" and "modified" date, listing sorted by either #7854
-
DescriptionIn the "notebook", as opposed to "blog" format, we might care about the "last modified" date and the "first modified http://bactra.org/notebooks/ It would be nice to support this in Quarto, by admitting an extra data ("modified-date") and/or just arbitrary date attributes for pages and for listings and RSS feeds. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
Hmm, after diving into the docs, it seems that a custom listing can do this; I will write one for myself. But also I am interested in knowing if this is the kind of thing that mainline quarto wishes to do |
Beta Was this translation helpful? Give feedback.
-
I apologise but this thread is really quite confusing. Also, mixing various subjects and kind of switching from one to another makes it hard to understand what's the point of the thread and if you a actually found what you were looking for.
|
Beta Was this translation helpful? Give feedback.
-
To answer my own question and to summarise and clarify the above discussion
|
Beta Was this translation helpful? Give feedback.
To answer my own question and to summarise and clarify the above discussion
date-modified
metadata field, which, if used correctly will allow you to sort by date-modified, as well as datedate-modified
stuff appears to only work if you create a custom template, as seen in my MWE