├── .gitignore ├── 01set-item-language-to-en-if-this-field-is-empty.js ├── 02-1change-the-article-title-to-title-format.js ├── 02change-the-item-title-to-sentence-case.js ├── 03empty-the-extra-field.js ├── 04delete-the-attachment-files-after-the-items-have-been-removed-when-zotfile-was-installed.js ├── 05delete-the-addachments-when-the-items-were-removed.js ├── 06change-the-authors-case-to-title-case.js ├── 07batch-merge-duplicates.js ├── 08back-up-profile-and-data.js ├── 09delete-item(s)-snapshots.js ├── 10add-bold-tag-around-author.js ├── 11del-all-the-attachment(s)-of-item(s).js ├── 12copy-zotero-template-to-word-startup-directory.js ├── 13.1chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js ├── 13chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js ├── 14extra-replace-citations.js ├── 15swap-author-first-last-names.js ├── 16copy-creators-to-clipboard.js ├── 17.1change-item-title-to-title-case.js ├── 17change-item-title-to-title-case.js ├── 18change-item-title-to-upper-case.js ├── 19add-or-remove-space-before-start-in-author.js ├── 20empty-abstract.js ├── 21export-all-notes.js ├── 22auto-scroll-thumbnail.js ├── 23copy-publication-title-to-journal-abbreviation.js ├── 24remove-starting-zotero-in-issue.js ├── 25empty-deleted-collections.js ├── 26change-item-type.js ├── 27remove-extra-space-in-abstract.js ├── 28remove-extra-enter-in-abstract.js ├── 29batch_set_sup_sub_in_title.js ├── 30change-publication-title-to-title-case.js ├── LICENSE ├── README.md └── img ├── runJS.png └── runJSCode.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/.gitignore -------------------------------------------------------------------------------- /01set-item-language-to-en-if-this-field-is-empty.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/01set-item-language-to-en-if-this-field-is-empty.js -------------------------------------------------------------------------------- /02-1change-the-article-title-to-title-format.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/02-1change-the-article-title-to-title-format.js -------------------------------------------------------------------------------- /02change-the-item-title-to-sentence-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/02change-the-item-title-to-sentence-case.js -------------------------------------------------------------------------------- /03empty-the-extra-field.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/03empty-the-extra-field.js -------------------------------------------------------------------------------- /04delete-the-attachment-files-after-the-items-have-been-removed-when-zotfile-was-installed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/04delete-the-attachment-files-after-the-items-have-been-removed-when-zotfile-was-installed.js -------------------------------------------------------------------------------- /05delete-the-addachments-when-the-items-were-removed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/05delete-the-addachments-when-the-items-were-removed.js -------------------------------------------------------------------------------- /06change-the-authors-case-to-title-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/06change-the-authors-case-to-title-case.js -------------------------------------------------------------------------------- /07batch-merge-duplicates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/07batch-merge-duplicates.js -------------------------------------------------------------------------------- /08back-up-profile-and-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/08back-up-profile-and-data.js -------------------------------------------------------------------------------- /09delete-item(s)-snapshots.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/09delete-item(s)-snapshots.js -------------------------------------------------------------------------------- /10add-bold-tag-around-author.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/10add-bold-tag-around-author.js -------------------------------------------------------------------------------- /11del-all-the-attachment(s)-of-item(s).js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/11del-all-the-attachment(s)-of-item(s).js -------------------------------------------------------------------------------- /12copy-zotero-template-to-word-startup-directory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/12copy-zotero-template-to-word-startup-directory.js -------------------------------------------------------------------------------- /13.1chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/13.1chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js -------------------------------------------------------------------------------- /13chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/13chagne-lwt-to-lwt-food-science-and-technology-in-publication-title.js -------------------------------------------------------------------------------- /14extra-replace-citations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/14extra-replace-citations.js -------------------------------------------------------------------------------- /15swap-author-first-last-names.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/15swap-author-first-last-names.js -------------------------------------------------------------------------------- /16copy-creators-to-clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/16copy-creators-to-clipboard.js -------------------------------------------------------------------------------- /17.1change-item-title-to-title-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/17.1change-item-title-to-title-case.js -------------------------------------------------------------------------------- /17change-item-title-to-title-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/17change-item-title-to-title-case.js -------------------------------------------------------------------------------- /18change-item-title-to-upper-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/18change-item-title-to-upper-case.js -------------------------------------------------------------------------------- /19add-or-remove-space-before-start-in-author.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/19add-or-remove-space-before-start-in-author.js -------------------------------------------------------------------------------- /20empty-abstract.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/20empty-abstract.js -------------------------------------------------------------------------------- /21export-all-notes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/21export-all-notes.js -------------------------------------------------------------------------------- /22auto-scroll-thumbnail.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/22auto-scroll-thumbnail.js -------------------------------------------------------------------------------- /23copy-publication-title-to-journal-abbreviation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/23copy-publication-title-to-journal-abbreviation.js -------------------------------------------------------------------------------- /24remove-starting-zotero-in-issue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/24remove-starting-zotero-in-issue.js -------------------------------------------------------------------------------- /25empty-deleted-collections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/25empty-deleted-collections.js -------------------------------------------------------------------------------- /26change-item-type.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/26change-item-type.js -------------------------------------------------------------------------------- /27remove-extra-space-in-abstract.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/27remove-extra-space-in-abstract.js -------------------------------------------------------------------------------- /28remove-extra-enter-in-abstract.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/28remove-extra-enter-in-abstract.js -------------------------------------------------------------------------------- /29batch_set_sup_sub_in_title.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/29batch_set_sup_sub_in_title.js -------------------------------------------------------------------------------- /30change-publication-title-to-title-case.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/30change-publication-title-to-title-case.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/README.md -------------------------------------------------------------------------------- /img/runJS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/img/runJS.png -------------------------------------------------------------------------------- /img/runJSCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/redleafnew/zotero-javascripts/HEAD/img/runJSCode.png --------------------------------------------------------------------------------