Tom Najdek
Tom Najdek
Sorry, what I meant was to change the rest of the UI to match the modified color, e.g. here I hacked it with dev tools to make yellow appear orange-ish...
We can certainly do it! I think it would mean introducing citeproc as a dependency (probably fetching it 'as needed') and using that, instead of the API, to generate citations...
Current code for citations and bibliography uses the same component (because effectively it just makes a request to the API) hence the huge modal. The UI here certainly could be...
It seems `react-dnd` expects `dropEffect` (i.e. whether to show "plus" icon) to be configured upfront, i.e. it cannot be easily changed while item is being dragged. Alternatively, if not defined,...
https://forums.zotero.org/discussion/86588/moving-items-between-subcollections
Moving should also be possible via "Add to collection" dialog to ensure feature parity on touch and for keyboard-only users.
https://forums.zotero.org/discussion/comment/406503
https://forums.zotero.org/discussion/69575/how-to-move-entries-from-one-collection-to-another
@markdoerr as @Huaweidev correctly observed, you need to clone repository recursively, README has been recently updated to reflect that. The other issue is coming from building [zotero/pdf-reader](https://github.com/zotero/pdf-reader) (which is used...
This reason for this problem and a workaround is: zotero/pdf-worker#18