-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implement escaping for keyword separators #12810
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
Hi, I am new to Opensource. I want to start my work on this. Can I work on this? |
/assign-me |
👋 Hey @krishnagjsForGit, 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 07 April 2025). |
Kindly Find the PR : krishnagjsForGit#1 |
I'm working on this issue. Please assign it to me. PR: #12810 |
|
PR opened to fix this in #12833. Please review when possible 🙂 |
Already issue is being worked upon. And PR review is on progress. Why duplicate the efforts? |
Wrong link. Please link the issue from the PR |
1 similar comment
Wrong link. Please link the issue from the PR |
Hi! I'm a beginner in open source and Java, and I'd like to work on this issue as my first contribution. Can I take this up? |
Hi, welcome to JabRef. Unfortunately, @krishnagjsForGit is already assigned to the issue. You can check if an issue is assigned to somebody by looking at the right side column: You may pick any other first issue you like. |
Context: #12532 (comment)
JabRef does not support
\
to be used as escaping for the keyword separatorTask:
\,
in org.jabref.model.entry.KeywordListTestorg.jabref.model.entry.KeywordList#parse(java.lang.String, java.lang.Character, java.lang.Character)
to implement the escapingThe text was updated successfully, but these errors were encountered: