Skip to content

Commit

Permalink
Release 2.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Apr 9, 2024
1 parent e3a90ce commit 419331f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/zotero-plugin-toolkit.basictool.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,18 @@ Get global variables.
</td><td>


</td></tr>
<tr><td>

[isFX115()](./zotero-plugin-toolkit.basictool.isfx115.md)


</td><td>


</td><td>


</td></tr>
<tr><td>

Expand Down
4 changes: 2 additions & 2 deletions docs/zotero-plugin-toolkit.clipboardhelper.addtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
**Signature:**

```typescript
addText(source: string, type?: "text/html" | "text/unicode"): this;
addText(source: string, type?: "text/html" | "text/plain" | "text/unicode"): this;
```

## Parameters
Expand Down Expand Up @@ -49,7 +49,7 @@ type

</td><td>

"text/html" \| "text/unicode"
"text/html" \| "text/plain" \| "text/unicode"


</td><td>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-plugin-toolkit",
"version": "2.3.28",
"version": "2.3.29",
"description": "Toolkit for Zotero plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 419331f

Please sign in to comment.