We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the plugin simply holds 'export extension' => 'bib' however this won't work for plugins with multiple classes such as Endnote.
'export extension' => 'bib'
EndNote should be exportable using the BiblioStyleEndNoteTagged and BiblioStyleEndNoteXML8
BiblioStyleEndNoteTagged
BiblioStyleEndNoteXML8
See \BiblioStyleEndNote::render() how we select the correct class to be used.
\BiblioStyleEndNote::render()
The text was updated successfully, but these errors were encountered:
#134: upport multiple export formats and export from entity view.
1d82f7b
No branches or pull requests
Currently the plugin simply holds
'export extension' => 'bib'
however this won't work for plugins with multiple classes such as Endnote.EndNote should be exportable using the
BiblioStyleEndNoteTagged
andBiblioStyleEndNoteXML8
See
\BiblioStyleEndNote::render()
how we select the correct class to be used.The text was updated successfully, but these errors were encountered: