mirror of
https://github.com/zotero/zotero.git
synced 2026-09-26 01:11:23 +00:00
Mirror of https://github.com/zotero/zotero.git
- Remove TODO comment to add a warning if a Document is passed, since a document will always be required when operating on something other than the main page (e.g., for multiples). - Always return a string instead of null. A translator can always use querySelector() if it really needs to know if a node exists. - Automatically trim the returned string - Add innerText() function that uses .innerText instead of .textContent, since there are situations where that might be helpful. Some of those we currently address with trimInternal(), but there can be other cases where .innerText gives cleaner, user-centric output. Translators won't be able to rely on these changes for a while, so we'll need to be careful to watch for problems here, or translators will need to include a v3 polyfill. Addresses zotero/translators#1913 |
||
|---|---|---|
| .github | ||
| chrome | ||
| components | ||
| defaults/preferences | ||
| resource | ||
| scripts | ||
| scss | ||
| styles@e98163f64f | ||
| test | ||
| translators@cd24892d35 | ||
| .babelrc | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| chrome.manifest | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| install.rdf | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| update.rdf | ||
Zotero
Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.
For more information on how to use this source code, see the Zotero wiki.