-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add entry using URL #15411
Copy link
Copy link
Open
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Metadata
Metadata
Assignees
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Type
Projects
Status
Assigned
JabRef offers creating a new entry
It misses URL
Task:
UrlBasedFetcherextending fromWebFetcher. Methodpublic List<BibEntry> performSearch(@NonNull String url) throws FetcherException {// I am not sure aboutStringvs.URLhere. Needs to be decidedGenericUrlBasedFetcherjust generating a@Miscentry withURLManual test case: https://gi-radar.de/397-coding-unterstuetzung-im-lauf-der-zeit/
Engineering:
One could extend this to recognize the URL. For instance
If you have ideas, you can work on the engineering task - otherwise, it will be future work.