wileyyugioh/zotmoov
Zotero plugin to automatically move attachments and link them
30 Releases
Latest: 1mo ago
1.2.29Latest
📋 Changes
- Update context menus to use Zotero's new API
- Small fixes to UI
1.2.28
📋 Changes
- Update to support Zotero 9
1.2.27
📋 Changes
- Add advanced option for copy mode to overwrite existing files
1.2.26
📋 Changes
- Fix bug where the wrong value of `attachmentTitle` was used for file renaming
1.2.25
📋 Changes
- Add advanced option to remove diacritics from file names/paths
1.2.24
📋 Changes
- Fix bug where certain file names can cause code to crash
1.2.23
📋 Changes
- Files are only deleted on the hard drive if *all* of Zotero's linked attachments are deleted. Meaning that if you have multiple linked attachments pointing to the same file, and only one is deleted, the remaining linked attachments will still work correctly.
1.2.22
📋 Changes
- Updated addon for Zotero 8 (thank you @kngwyu!)
1.2.21
📋 Changes
- Fix critical bug in move/copy code
1.2.20Pre-release
📋 Changes
- Disabled concurrency (pref extensions.zotmoov.max_io_concurrency = 1)
- Fix bug where an incremented file (e.g. File 1, File 2, etc.) can be moved to the same directory
- Updated code to extract file extension
- Small bug fix to adding file
1.2.19
📋 Changes
- Fix bug where file picker did not appear in the custom wildcard menu if the main Zotero window was closed
- Time for deletions to be processed is now ~0 ms
- Note links to attachments are not automatically updated if the note is contained within the parent item
- Added hidden preference `extensions.zotmoov.menu_items.fix_note_links.hidden` to hide/show the new menu item `Fix Note Links`
- This menu item is a not-guaranteed attempt to fix standalone note links
1.2.18
📋 Changes
- Fix bug when the exec wildcard cannot match regex
1.2.17
📋 Changes
- Add hidden preference ```extensions.zotmoov.max_io_concurrency``` to limit max concurrency of move/copy/move from/delete
1.2.16Pre-release
📋 Changes
- ZotMoov now limits the maximum number of concurrent moves/copies/deletes/move froms to 10.
1.2.15
📋 Changes
- Instead of running sequentially, ZotMoov now waits for all syncs to finish processing before running
1.2.14Pre-release
📋 Changes
- Shorten file names that are too long
1.2.13Pre-release
📋 Changes
- Added hidden preferences
1.2.12Pre-release
📋 Changes
- Update code to work with Zotero 7.1 beta (thank you @zeyus!)
1.2.11
📋 Changes
- Fix bug where invalid file path causes move/copy all files to fail
1.2.10
📋 Changes
- For custom wildcards allow the replacement string to be empty
1.2.9
📋 Changes
- Add the option for verification dialog when attaching file
- Fix bug where the default group for exec was not 0
- Fix bug where custom wildcard/command text was not sanitized
1.2.8
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.8/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.8/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Move Attach New File to Advanced Options
- Add djvu as default file extension
- + 2 more
1.2.7
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.6/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.6/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Fix bug where the shortcut for attaching a new file doesn't work
1.2.6
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.6/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.6/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Can now add/remove tag to parent item using custom menu items
- Fix bug involving race conditions when adding/removing tag
- + 2 more
1.2.5
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.5/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.5/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Fix race conditions in removing tag while moving files back into Zotero
- Fix bug where deleting a custom menu item can cause the keyboard shortcuts code to crash
- + 1 more
1.2.4Pre-release
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.4/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.4/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Fix race conditions in removing tag while moving files back into Zotero
- Update localization
1.2.3Pre-release
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.3/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.3/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Moving files back into Zotero removes the ```zotmoov``` tag
- Fix bug where annotations cannot be extracted if it was the first menu item command
1.2.2Pre-release
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.2/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.2/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Fix UI bug where wildcard commands aren't shown in the editor box
- Fix UI bug where backslashes aren't properly escaped in the editor box
- + 3 more
1.2.1Pre-release
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.1/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.1/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
- Fix bug where keyboard shortcuts are not unbound after changing them
1.2.0Pre-release
📋 Changes
- [Added custom wildcards](https://github.com/wileyyugioh/zotmoov/blob/1.2.0/docs/CUSTOM_WILDCARD_INFO.md)
- [Added custom menu items](https://github.com/wileyyugioh/zotmoov/blob/1.2.0/docs/CUSTOM_MENUITEM_INFO.md)
- Added keyboard shortcuts
- Moving files now renames them always
- Moving files adds the ```zotmoov``` tag to them
- Other bug fixes
