-
-
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
Add a "view as BibTeX" option before importing an entry from the citation relation tab #11826
Comments
Hi! I'd love to give this issue a go. Could I please be assigned to it? |
Welcome to the vibrant world of open-source development with JabRef! Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 |
The UI looks good so far. Please open a draft pull request so we can begin reviewing the code changes. The code doesn't need to be complete before the review starts. It's always better to catch potential issues early, as fixing them is easier before they compound. |
When importing entries from the citation relation tab, a preview of entries to import is displayed, but it doesn't include all the information. It would be useful to click a button and display a dialog showing the full BibTeX of that entry.
Motivation
Could be useful for deciding whether to import a "duplicate" (record that may contain new data about an existing entry)
Refs #10869
Hint
SourceTab
exists this should be a fairly simple task.Implementation options
The text was updated successfully, but these errors were encountered: