-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Entry editor: simultaneous moving and renaming of document file? #4166
Comments
Hello, I am not sure if I understand this issue. Do you want to add a "Save As" function? |
jabref allows for automatic renaming, e.g. using the bibtex citekey as a the filename. I would hope the context menu/right click changes the "move" interaction, maybe with a simple checkbox "do you want the file to be renamed automatically?", and then simultaneously moves and renames the file automatically. |
I would simply add a "Move and rename" action in the right-click menu. Should be easiest solution. |
Thanks to @upupming, this is now implemented in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
I tested this for some minutes and it seems to work well. Thanks @upupming! |
@ilippert 😄 Glad to hear that~ |
* upstream/master: Update dependencies (#4231) Update to latest release of richtextfx (#4213) Fix fetcher tests (#4216) single line text fields (#4138) Make it easier to rename and move files (#4200) Fix that swing dialogs are hidden behind main window (#4205) Fixed: #4166 add move & rename file (#4217) # Conflicts: # CHANGELOG.md
* upstream/master: (47 commits) Make attached files relative to the file directory (#4212) execute set visible in swing thread to avoid blocking Fix isbn chimbori test (#4234) Rewrite web search pane in JavaFX (#4203) Update dependencies (#4231) Update to latest release of richtextfx (#4213) Fix fetcher tests (#4216) single line text fields (#4138) Make it easier to rename and move files (#4200) Fix that swing dialogs are hidden behind main window (#4205) Fixed: #4166 add move & rename file (#4217) update gradle plugins and gradlen to 4.9 Update dependencies Remove unnecessary look and feel migration (#4204) Revert threading fix since this sometimes lead to freezes... Update year Fix a few more threading exceptions Refactor Convert CiteSeerX fetcher to new infrastructure (#4185) Make global font size customizable (#4178) ... # Conflicts: # src/main/java/org/jabref/gui/BasePanel.java # src/main/java/org/jabref/gui/JabRefFrame.java # src/main/java/org/jabref/gui/mergeentries/MergeEntries.java # src/main/resources/l10n/JabRef_en.properties
Is it possible to do this in a batch? For instance, to rename the linked files for multiple entries at once. |
Sure,check out quality -> cleanup |
Thanks @Siedlerchr ! Until just a moment ago, I was stuck on Debian's ancient version 3.8 of JabRef (which didn't seem to have that option). But I finally managed to get 4.3.1 working, and it's just as you say. Thanks for the pointer :-) |
I believe in some distant past it was possible to use the context menu in the entry editor's file field to simultaneously move a file to the default file folder and rename it. This option has been disappearing a while ago and I wonder whether it is possible to add it again? It was so wonderful
The text was updated successfully, but these errors were encountered: