Add Multiple Items by Identifier
The addition of items by identifier such as ISBN is a cute innovation in Zotero 2.0. I wish it were possible to add multiple items at one go (e.g. a list of ISBNs, perhaps comma separated).
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
I have a large list of DOIs... and it would be nice to add them all at once and not one by one...
A unique header like "IDENTIFIER_LIST DOI" followed by a new line-separated list of DOIs should be manageable. We could support multiple identifiers like that.
Why not use [\s\n]+
Unless, of course, you don't want to use the magic wand box for this.
If the potential spaces in ISBNs are in consistent places, we could just add those into the regexp and still pull all three types of ids out from the pasted content.