zandy
zandy copied to clipboard
Zotero on Android
[Discussion on Zotero forums](http://forums.zotero.org/discussion/20932/thank-you-for-providing-a-bridge-from-windows-to-android/#Item_3) suggests that it would be useful to push in-text citations and bibliography-formatted citations to the clipboard; specified use case is Google Docs, but this would be...
We should detect when a key is read-only and not allow local editing when that is the case. We can make this a checkbox in settings, actually, which would let...
The desktop clients offer field autocompletion-- that's something we certainly want to offer at some point. It's pretty important for tags, but actually important in general. Will probably require some...
Maybe we can do a background process that goes through collections and items, looking for updates?
Aggressive syncing is currently based on a misunderstanding that led me to believe that a collection with modified items will show up as modified. We should instead request the most...
As of 7aa16800e4579c32af3b9ea7e8e55071725016e8, rich text notes are displayed properly. We need a way to edit them as rich text; the status quo is that they are edited as raw HTML....
Switching item types is hard to do-- we'll need to cache the item type mappings from the server, and use them to create conversion routines from one type to another,...