-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Store journal lists in separate directory #10557
Comments
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. |
Koppor answered your question in Gitter I believe. |
Hi @MathewKnee @koppor regarding Issue #10557 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. 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. |
This strongly relates to #12364 - and can be seen as pre-condition. |
/assign-me |
👋 Hey @adhamahmad, 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 90 days (by 21 May 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
Hi @koppor, I'm currently working on implementing the MV file conversion feature for the journal abbreviation lists. At present, the internal list that populates the UI consists of CSV file paths. With the new MV conversion in place, I'm trying to understand the intended design and the purpose of this conversion:
Any clarification on how the MV file conversion is meant to integrate with the journal abbreviation preferences and the UI would be greatly appreciated. Thank you! |
@adhamahmad Please read the existing code. It should answer both questions. Spoiler: CSV data is taken mostly as is; CSV should be kept as this is the human readble editable form to modify the data. See abbrv.jabref.org |
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 directoryThe text was updated successfully, but these errors were encountered: