Sort by Modified Date including notes

If I'm sorting by Date Modified in the middle window, is it possible to have that sort include notes (children) attached to individual records? For example, if I have a book I entered in the the library a month ago, and I just added a note to that record today, I would like to have it appear at the top of the list when I sort by Date Modified.
  • There are two things you can do. You can change hidden preference
    extensions.zotero.sortNotesChronologically to true and your notes will be sorted chronologically. (Not sure you can specify ascending or descending).

    Second option is to create a report and sort the report. When you create the report, there will be a url like this in your browser:

    zotero://report/items/8077-15035-1713-4917/html/report.html

    If you add ?sort=date to the end of this address, so that it looks like below, your report will be sorted by date. You can specify ascending or descending by using /d at the end.

    zotero://report/items/8077-15035-1713-4917/html/report.html?sort=date/d

    For more options of sorting reports see:
    http://www.zotero.org/support/reports
Sign In or Register to comment.