-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Check integrity: Support for BibTeX .blg files #11998
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
Comments
Hello Kopper, I have studied Java for a year and am very interested in this issue. Can I work on 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. ⚠ Note that this issue will become unassigned if it isn't closed within 30 days. 🔧 A maintainer can also add the Happy coding! 🚀 |
/assign-me |
👋 Hey @mabeysekera, thank you for your interest in this issue! 🎉 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! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 45 days (by 19 April 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
📋 Assignment UpdateHi @mabeysekera, due to inactivity, you have been unassigned from this issue. Next stepsIf you still want to work on this:
|
Hi @koppor , I am very interested in this issue. Can I work on it? To check if I understood your idea correctly, after reading the code, here's my initial plan: What I understood:
What I plan to do:Logic layer:
My question: GUI layer:
Please let me know if this aligns with your expectations. Thanks a lot! |
Sure, everyone has the chance to work on an issue if it is not assigned yet.
Reads good. -- Note that it was an initial idea and we need to see how it "feels" for users.
Remember it in the library properties -- the
Better add a "reset" button. Show the default path as hint in the text field
call it If it covers both bibtex and biblatex, call it
The interace takes a BibTeX entry (class If possible, please return With this, maybe even there is no second tab necessary. If have not investigated fully, Maybe, there are checks without a field and one needs to create a new
Sounds great. |
Thanks! I’ll take some time to go through the suggestions carefully and start exploring the implementation |
/assign-me |
👋 Hey @wanling0000, thank you for your interest in this issue! 🎉 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! 🚀 ⏳ Please note, you will be automatically unassigned if there is not a (draft) pull request within 14 days (by 08 April 2025). |
Closed by #12866 Please head to https://builds.jabref.org/main to try it out. For any feedback, add a comment to the pull request at #12866. |
When using
pdflatex
andbibtex
on following LNCS class, one gets errors(The .bib file used is
jabref/src/test/resources/testbib/Chocolate.bib
Line 1 in 7d48050
JabRef should be able to present these errors.
JabRef already has an integrity check:
It should be possible to handle the
bibtex
warnings and errors.Idea: Two tabs: "Internal" and "BibTeX"
.blg
file. (filename field + browse button)The text was updated successfully, but these errors were encountered: