-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Import from bibtex on clipboard to a custom group #11085
Comments
I wonder if this has been fixed, because I can't reproduce it. All paste to a custom group got placed into that group. |
Did you try multiple entries? Both the bug report and your reproducing report miss concrete steps. Think of a "Use Case description" (https://en.m.wikipedia.org/wiki/Use_case; especially read the Example!) |
Yes, I tried with multiple entries. Recently I tried in both the dev version (from Github) and the msi installer version, and here is where it went weird. Two cases happened: Case 1: Pasting multiple entries into custom group while using Jabref installed with .msi installer Version:
Result: It works as expected, all entries from the clip board is placed into the custom group. Case 2: Pasting multiple entries into custom group while using Jabref from Github fork (as per the instruction from https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/) Version:
Result: The reported bug happens, only the first entry is placed into the custom group, the rest only go to "All Entries" group I hope this help clarify the issue a bit. |
I would work on this issue, specifically on this task:
|
As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
@CongLuanTran Please provide some entries you try to copy, so that we can reproduce. |
I am not completely sure, but your issue sounds like a symptom caused by #8836. Fixing this is not trivial, not a good first issue and requires lots of thought and a well crafted design for our groups feature. (Btw. JabRef's groups feature is currently actually a "tags" feature. We just call it groups). |
So this is a small set that I tried to paste, larger set shows no difference though.
|
Thank you. Those entries do not seem out of the ordinary. |
I can reproduce the issue now |
Hi, all. In scenarios decribed in the title, I expect the imported entried to appear under the custom group rather than the default "all entries" group.
But what I found is when there is only one entry on clipboard, it works well. When the number of entries on the clipboard are two or more, only the last one will appear under custom group, the others will appear under "all entries" group.
Please fix or make improvements. When I import multiple entries from zotero using bibtex, I want paste them under custom group. If they get scattered into "all entries" group, it is very time-consuming to find them one-by-one and recollect them to custom group.
Thanks!
The text was updated successfully, but these errors were encountered: