Simple quick citation dialogue for any text entry field?
I really like the quick citation dialogue for word, but unfortunately I don't use it for the majority of my writing. Would it be possible to have a similar dialogue which simply outputs a formatted citation (like the quick copy, for example) into any text entry box? I write using scrivener and pandoc, so my citations, for example, simply need to be formatted as text thus:
[@author2013]
[@author2013, pp. 13-15]
It's nice that in Word the plugin keeps track of all of the citations etc, but in practice I don't need this, as all my citations will be formatted in 'post-production'... What I would really like is a keyboard shortcut which brings up a simple dialogue from which I can search my library and plonk in a formatted reference.
A starting point would be if somebody could even point me to the code for the dialogue box - I've never managed to find it... I might even be able to hack up something this simple on my own.
[@author2013]
[@author2013, pp. 13-15]
It's nice that in Word the plugin keeps track of all of the citations etc, but in practice I don't need this, as all my citations will be formatted in 'post-production'... What I would really like is a keyboard shortcut which brings up a simple dialogue from which I can search my library and plonk in a formatted reference.
A starting point would be if somebody could even point me to the code for the dialogue box - I've never managed to find it... I might even be able to hack up something this simple on my own.
https://github.com/zotero/zotero/tree/master/chrome/content/zotero/integration
I'd think that the main challenge would be to come up with a good way to call up that window and have it insert text in the currently open application on any operating system, but it'd be super cool to have.
On the Mac, I suppose that ZotQuery offers some of this functionality, though I would still like to be able to use the native citation functionality of pandoc.