customize order of entrys (elements of an item) in right pane (info)
I would like to know, if there is a possibility to customize the appearance of the right pane (info) in zotero.
For instance I was asked by a user if it is possible to show the entry for "date" always at the top of the list of entrys. I suspect it is an difficult issue because it involves the different lists of elements of different item types but hope that maybe there is a about.config entry for this or a matching list somewhere in the zotero folder?
For instance I was asked by a user if it is possible to show the entry for "date" always at the top of the list of entrys. I suspect it is an difficult issue because it involves the different lists of elements of different item types but hope that maybe there is a about.config entry for this or a matching list somewhere in the zotero folder?
https://github.com/zotero/zotero/blob/master/chrome/content/zotero/bindings/itembox.xml
it looks like the code makes a provision for allowing a customized field order (see l. 310), but that's currently not implemented in any way.