forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
JabRef/jabref
#12088Labels
[outdated] type: featuredev: testingProper test cases should be writtenProper test cases should be writtengood first issuesize: small📍 Assigned
Description
(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:
file = {:Adapting BDDs for Visualizing Product Configuration Data.pdf:PDF},
because of
@Comment{jabref-meta: fileDirectory:pdfs;}
The .bib file is located in C\:/Users/koppor/git-repositories/paper/bib. Therefore, the configuration of the path pdf works.
How to reproduce
- Put test PDF files in
c:\jabref-test\pdfs - Create
test.bibinc:\jabref-test - Configure
c:\jabref-test\pdfsas PDF path int he library:

- Execute the "Search for unlinked local files"
Implementation Hints
The functionality to call is the same as in the cleanup entries dialog
Metadata
Metadata
Assignees
Labels
[outdated] type: featuredev: testingProper test cases should be writtenProper test cases should be writtengood first issuesize: small📍 Assigned
Type
Projects
Status
Done
Status
Done

