Drag & Drop quotes with citekey
Hi all,
when dragging & dropping quotes from Zotero's pdf reader into other applications the result currently looks like this:
"Quote" (Author, Year, page)(link to PDF)
Is it possible to change the format of this output to include the BBT citekey like this:
"Quote" [@citekey, page](link to PDF)?
I've tried around a bit but am honestly not sure whether that is actually possible and where to look for the option.
when dragging & dropping quotes from Zotero's pdf reader into other applications the result currently looks like this:
"Quote" (Author, Year, page)(link to PDF)
Is it possible to change the format of this output to include the BBT citekey like this:
"Quote" [@citekey, page](link to PDF)?
I've tried around a bit but am honestly not sure whether that is actually possible and where to look for the option.
Upgrade Storage
item.getField('citationKey'), so plugins can use that after testing forZotero.BetterBibTeX. Maybe the latter is not even required, because one itemtype does have an actual zotero-supported citationKey field (which BBT overrides, but maybe it's no longer an error to request it if BBT is not installed).