"Extract Annotations" Gives Just One Way In-text Citation Style
Extract Annotations option gives just one way in-text citation style. It does not offer Apa 6 citation style. There is a default citation style and there is no option to change it to Apa 6 or to another style. How can we solve it?
extensions.zotfile.pdfExtraction.*
in the Config Editor. You can customize the formatting withextensions.zotfile.pdfExtraction.format*
, see here and here.If you want customization beyond these options, you would need to change the Zotfile code. There is an open issue with examples: https://github.com/jlegewie/zotfile/issues/175.
I tried modifying extensions.zotfile.pdfExtraction.formatAnnotationNote from the default of
%(content) (note on p.%(page))
to
%(content) (%(author), %(year), p. %(page))
However, the citation continues to appear as "(Author Year:Page)". This doesn't even match the default format, actually: I would think the default would have produced something like "(note on p.Page)", but it doesn't...it just does ""(Author Year:Page)".
I'm not sure why it's not accepting this modification. Do you have any suggestions? Thank you!
(Similar discussion here: https://forums.zotero.org/discussion/72398/how-to-extract-annotation-in-zotfile-with-apa-format)
https://github.com/jlegewie/zotfile/issues/175
see my post on 4th March (my github name is notehound)