The main/entry table should show the column citation key by default.
internal issue for refefence:
https://github.com/JabRef/jabref-issue-melting-pot/issues/305
Currently, this has to be manually activated using the preferences by adding the field "citationkey" (internal)
It should be added as default value in the preferences. It should be coming before entrytype and it should have a decent width.
|
defaults.put(COLUMN_NAMES, "groups;files;linked_id;field:entrytype;field:author/editor;field:title;field:year;field:journal/booktitle;special:ranking;special:readstatus;special:priority"); |
|
defaults.put(COLUMN_WIDTHS, "28;28;28;75;300;470;60;130;50;50;50"); |
To test, you can reset your preferences and restart JabRef. Then the column should be visible
The main/entry table should show the column citation key by default.
internal issue for refefence:
https://github.com/JabRef/jabref-issue-melting-pot/issues/305
Currently, this has to be manually activated using the preferences by adding the field "citationkey" (internal)
It should be added as default value in the preferences. It should be coming before entrytype and it should have a decent width.
jabref/src/main/java/org/jabref/preferences/JabRefPreferences.java
Lines 606 to 607 in c444c73
To test, you can reset your preferences and restart JabRef. Then the column should be visible