We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb40dae commit b827696Copy full SHA for b827696
src/api.ts
@@ -4,6 +4,7 @@ import {
4
dispatchActionByShortcut,
5
} from "./modules/dispatch";
6
import { ClipboardHelper } from "zotero-plugin-toolkit/dist/helpers/clipboard";
7
+import { ExtraFieldTool } from "zotero-plugin-toolkit/dist/tools/extraField";
8
import { getActions, updateAction, deleteAction } from "./utils/actions";
9
10
const actionManager = {
@@ -17,6 +18,7 @@ const actionManager = {
17
18
19
const utils = {
20
ClipboardHelper,
21
+ ExtraField: new ExtraFieldTool(),
22
};
23
24
export default {
0 commit comments