From a051746db468d9b83a61763f52dfbd52be8cba92 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 10 Jun 2020 23:55:51 -0400 Subject: [PATCH] Update zotero://select comment --- components/zotero-protocol-handler.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js index 74b4491586..5ec33ea5fc 100644 --- a/components/zotero-protocol-handler.js +++ b/components/zotero-protocol-handler.js @@ -713,6 +713,13 @@ function ZoteroProtocolHandler() { /** + * Select an item + * + * zotero://select/library/items/[itemKey] + * zotero://select/groups/[groupID]/items/[itemKey] + * + * Deprecated: + * * zotero://select/[type]/0_ABCD1234 * zotero://select/[type]/1234 (not consistent across synced machines) */