-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add feature to merge .bib files into current bib #13320
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
Open
raquelgraos
wants to merge
11
commits into
JabRef:main
Choose a base branch
from
raquelgraos:fix-for-issue-12290
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+710
−0
Open
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d348089
Add feature to merge .bib files into current bib
raquelgraos e415652
fix: cleanup MergeBibFilesIntoCurrentBib
GuilhermeRibeiroPereira 984133d
fix: cleanup MergeBibFilesIntoCurrentBib
GuilhermeRibeiroPereira 4987209
fix: cleanup MergeBibFilesIntoCurrentBib
raquelgraos 81cd997
fix: removed Jimfs dependency for testing
GuilhermeRibeiroPereira e7736a4
Merge remote-tracking branch 'upstream/main' into fix-for-issue-12290
GuilhermeRibeiroPereira d01814c
Fix: refactored MergeBibFilesIntoCurrentBibAction and moved related p…
raquelgraos ac0b688
Merge remote-tracking branch 'upstream/main' into fix-for-issue-12290
raquelgraos e15d40d
fix: apply OpenRewrite autofixes and clean up duplicate tests
GuilhermeRibeiroPereira a358457
fix: clean up tests
GuilhermeRibeiroPereira e892ec3
Refactor:renamed path validity method & put placeholders in propertie…
raquelgraos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think bibtex or biblatex allow multiple words as citation keys. The documentation does not say anything about this, but there are hints. I was looking into the source of biber but was not able to quickly locate the parser for citation keys (https://github.com/plk/biber/blob/dev/lib/Biber.pm).
But anyways, please remove whitespaces from the citation key, just to make sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its possible with BibLaTeX: https://tex.stackexchange.com/a/37646/9075
However, it is very seldomly used and we have no proper UI support in JabRef for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neither spaces nor commans are allowed in the key references: https://tex.stackexchange.com/a/271520/9075