Would like to contribute to add a "Date" column to the list view
Hi all!
I'm reading papers in a field where the state of the art is changing fast enough that I want to be able to sort by year and date.
Today you can sort by the "Year" field, but I notice many PDFs have the "Date" metadata in them.
This means I could easily update all my papers with the "Date" metadata, but I can't see at glance if one was in Jan 2016 vs Dec 2016 (very different!)
Wondering how easy this would be for me to add. Can anyone point to where in the code I might start digging around? Happy to help.
I'm reading papers in a field where the state of the art is changing fast enough that I want to be able to sort by year and date.
Today you can sort by the "Year" field, but I notice many PDFs have the "Date" metadata in them.
This means I could easily update all my papers with the "Date" metadata, but I can't see at glance if one was in Jan 2016 vs Dec 2016 (very different!)
Wondering how easy this would be for me to add. Can anyone point to where in the code I might start digging around? Happy to help.
(Note that Year still sorts by the full date, even though it doesn't display it.)
I consistently see that while it sorts correctly by year, it does not sort by month.
ie: Date=2020-07-22 is sorted before 2020-02-18
when sorting by Date ascending. How can I help fix this?
how can I add the code for this?
if you did want to only sort by year (not month) the workaround us to just keep the year in the Date field, as the poster in that thread mentions:
> “ Ah yes. That´s it! Thank you. If I replace the exact dates with just "2000" (which is sufficient for me), then the first author is indeed the second criterion.”
to me, if I select sort by “Date” and it doesn’t sort by date, that’s … a bug
i’m curious - what’s the reason in your mind to keep it that way? is there any way I can achieve sorting by date?
thanks for all your work on Zotero - love it!