-
Notifications
You must be signed in to change notification settings - Fork 15
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
Path should be relative after import at "Find Unlinked Files" #549
Comments
Hi Oliver, can I please take this issue? I just started to learn Java and would like to get more practical experience. Thank you~ |
Just as a double check: Did you really use the funtionality "Search for unlinked files" I refined the issue description accordingly. - I am sorry if it was non-understandable before (therefore, I also put the label "issue-understanding")
What did you configure as PDF directory in your .bib file? I put the section "How to reproduce" above to show exact steps.
What do you mean by "show"?
(Context: https://docs.jabref.org/finding-sorting-and-cleaning-entries/cleanupentries) This is the intended action of the dialog. As first action, you could rename "OK" to "Apply". This should be more intuitive. It would be great if the cleanup dialog could have a "preview" of the things to be done. However, I think, this is difficult, because all actions need to be reverted when pressing "Cancel".
Yes, there is no cleanup action for that. This is intended as we think, relative paths are better. |
In your example, the path CANNOT be relativzed, because JabRef only uses the sub directory of the path in "General file directory" The paths marked in yellow are neither the same nor is the downloads directory a sub path of the general file directory. Thus, you can try to configure "C:\Downloads" as General file directory adn then re-run your experiment. |
Hello. Could I get assigned to work on this issue? |
@IceMajor2 Sure - the discussion should give you enough context, doesn't it? As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
Hello, I am here to do a university assignment where I attempt to solve issues in open source projects! I would like to work on this issue, and am wondering if it is still available to do. |
@u7676493 Sure! Go ahead. Sorry for the delay. |
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! 🚀 |
/assign-me |
👋 Hey @u7676493, 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 30 days (by 19 November 2024). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
Closed via JabRef#12088 |
(Update)
As user I might a directory of files, for which there is no repesentation in my local library. I can use "Search for unlinked local files"
A documentation is available at https://docs.jabref.org/collect/findunlinkedfiles#link-the-pdfs-to-your-bib-library
When I run the tool and import entries, the full absolute path is written:
file = {:C\:/Users/koppor/git-repositories/paper/bib/pdfs/Adapting BDDs for Visualizing Product Configuration Data.pdf:PDF},
expected:
because of
The
.bib
file is located inC\:/Users/koppor/git-repositories/paper/bib
. Therefore, the configuration of the pathpdf
works.How to reproduce
c:\jabref-test\pdfs
test.bib
inc:\jabref-test
c:\jabref-test\pdfs
as PDF path int he library:Implementation Hints
The functionality to call is the same as in the cleanup entries dialog
The text was updated successfully, but these errors were encountered: