Skip to content
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

Import entry from clipboard #3143

Closed
buhtz opened this issue Aug 22, 2017 · 6 comments
Closed

Import entry from clipboard #3143

buhtz opened this issue Aug 22, 2017 · 6 comments

Comments

@buhtz
Copy link

buhtz commented Aug 22, 2017

Some websites offer bibliographic data in machinereadable format. e.g. a Bibtex oder RIS text. But there is no download link. The text is just displayed so you can copy and paste it.

JabRef should be able to read from clipboard e.g. the content of a RIS file.

TY  - BOOK
ED  - Kempf, Ute
ED  - Wrede, Birgitta
ID  - 2912032
SN  - ISBN 978-3-932869-19-8
TI  - Gender-Effekte. Wie Frauen die Technik von morgen gestalten
VL  - Band 19
ER  - 

This would prevent me to open a text editor, paste the text in there, store it as a RIS file, reopen it with jabref, ... ;)

@lenhard
Copy link
Member

lenhard commented Aug 22, 2017

We sort of have that already.

Try in the menu: BibTeX -> New entry from plain text -> select the type -> paste the text.

Afaik, it only works for BibTeX and the workflow could certainly be optimized, though.

@buhtz
Copy link
Author

buhtz commented Aug 22, 2017

Mhm... I see. But it could be "better" - IMO.

  1. Internaly all import formats supported by JabRef should be used by the "entry from plain text" feature, too.
  2. And the access to the clipboard feature should be in the "import into new database"/"import into the current database" area. I am not sure how this could be solved in the UI because the "import" currently opens a file dialog.

@stefan-kolb
Copy link
Member

Just as a side note: pasting entries works as long as they are in BibTeX format.

@koppor
Copy link
Member

koppor commented Aug 25, 2017

@buhtz Can you imagine opening a pull request for that? We have code howtos and guidelines for setting up a local workspace. I think, your feature request is "just" iterating over all available EntryFetchers and checking if the fetcher accepts the format.

@buhtz
Copy link
Author

buhtz commented Aug 25, 2017

@kopper Sorry I am far away from Java and out of time ressource. Just keep this Issue open to document the enhancement. Of course I understand your ressource situation also.

@lenhard
Copy link
Member

lenhard commented Oct 6, 2017

This is fixed by #3243

@lenhard lenhard closed this as completed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants