-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Support generating of metadata.xmp out of a bib file using the command line. #319
Comments
So your idea is, to add another utility method to the xmp cli to generate a single .xmp for every bibentry? An additional feature for the xmp cli would be, to generate .xmp files for metadata included in a pdf file. |
Yes, this is my idea. The additional idea is nice, but I don't know who will use it. - We use BibTeX as standard format and JabRef can convert back and forth. 😇 |
Isn't this just another exporter? |
Oh, yes, it is. JabRef should support
|
So, the idea is to implement a new gui exporter, which is used in the menu bar under tools/export entry as xmp metadata file? And additionally a xmp cli functionality to use this feature? I need more context information on how to plug in an exporter in JabRef :) |
"Just" a normal exporter. User interface:
So, if the XMP is written es Exporter (org.jabref.logic.exporter.Exporter), following should work: Single XMP file:
Multiple XMP files - just having
Alternative, but that could be hard to implement:
|
Motivation: Include XMP data using the authorarchive package in conjunction with the xmpincl package.
When using
authorarchive
, one provides abib
file, which can be converted to all other formats (using JabRef).The
xmpincl
package needs ametadata.xmp
file.Example:
Can this be written using JabRef?
One can imaginge: Input bib file: For each bib entry, generate KEY.xmp
The text was updated successfully, but these errors were encountered: