Open koppor opened 1 year ago
Hi all, hope everything is going well! I'm really interested in tackling this issue as a beginner, could I take it?
Sure, go ahead.
I have setup the code base on Linux OS. I am looking for the journal abbreviations default list in Linux directory but unable to find. also I downloaded the Jebref from website. I can see the complete journal abbreviations list but in local development running version I can only see one demo entry.
downloaded version.
Development version:
Koppor answered your question in Gitter I believe.
Hi @MathewKnee @koppor regarding Issue #10557 As, mentioned in above steps . I added the new file in my local directory as shown below image .
I added some journal abbreviations in test.csv file as shown below
and I am able to see the journal in my jabref GUI as shown below
but I am unable to add abbreviations from jabref but unable to understand what actually explained in Feature in above issue. I have't done any code level changes .
any suggestion to understand it clearly and should be able to journal abbreviations from jabref GUI itself and it should be saved in my custom test.csv file in my custom directory I have implemented.
@Azgharpasha You have to press enter to get the value accepted. External issue: https://bugs.openjdk.org/browse/JDK-8089514
Hey, Is this issue still open? I would like to tackle this task as my first contribution.
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.
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! 🚀
I am a student at the Australian National University, and my team and I are interested in working on the "Store journal lists in separate directory" issue (#10557). We have reviewed the background and feature request outlined in the issue description and are eager to contribute to streamlining JabRef's handling of journal abbreviation lists.
We understand the requirements of placing journal abbreviation lists into a specific directory and ensuring JabRef can automatically detect and process these files. We believe we can implement a solution that meets these needs and enhances user experience.
Could you please assign this issue to us or provide further guidance on how we can proceed?
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! 🚀
Background
%APPDATA%\..\local\org.jabref\jabref
. JabRef should make use of this folder.Feature
Journal abbreviation lists should be placed in a single directory. As default, that directory is
%APPDATA%\..\local\org.jabref\jabref
\journal-abbreviations` (Windows)custom.csv
in that directory if it does not exist. This way, JabRef always has a .csv available in the preferences, which the user can choose (to add new abbreviations to)custom.csv
from before*.mv
in that directory