Skip to content

Commit

Permalink
update: repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Sep 14, 2023
1 parent 748b36f commit 73fead2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_Action it, tag it, sorted._

<img width="800" alt="image" src="https://github.com/windingwind/zotero-tag/assets/33902321/97687cc1-fb1a-4b0a-8a35-ed5c667d29d0">
<img width="800" alt="image" src="https://github.com/windingwind/zotero-actions-tags/assets/33902321/97687cc1-fb1a-4b0a-8a35-ed5c667d29d0">

## 🧩 Outline

Expand Down Expand Up @@ -41,14 +41,14 @@ AT can help you:

## 👋 Install

- Download the latest release (.xpi file) from the [Releases Page](https://github.com/windingwind/zotero-tag/releases)
- Download the latest release (.xpi file) from the [Releases Page](https://github.com/windingwind/zotero-actions-tags/releases)

<details style="text-indent: 2em">
<summary>More Versions</summary>

- [Latest Stable](https://github.com/windingwind/zotero-tag/releases/latest)
- [v0.3.0](https://github.com/windingwind/zotero-tag/releases/tag/0.3.0) (last for Zotero 6)
- [All Releases](https://github.com/windingwind/zotero-tag/releases) (including Beta for Zotero 7)
- [Latest Stable](https://github.com/windingwind/zotero-actions-tags/releases/latest)
- [v0.3.0](https://github.com/windingwind/zotero-actions-tags/releases/tag/0.3.0) (last for Zotero 6)
- [All Releases](https://github.com/windingwind/zotero-actions-tags/releases) (including Beta for Zotero 7)

</details>

Expand Down Expand Up @@ -154,7 +154,7 @@ An action has the following settings:
You can run custom script with the `customScript` operation. The script will be executed in the context of the Zotero client.

Share & find custom scripts here: https://github.com/windingwind/zotero-tag/discussions/categories/action-scripts
Share & find custom scripts here: https://github.com/windingwind/zotero-actions-tags/discussions/categories/action-scripts

You can use the following variables in the script:

Expand Down Expand Up @@ -194,8 +194,8 @@ This plugin is built based on the [Zotero Plugin Template](https://github.com/wi
To startup, run

```bash
git clone https://github.com/windingwind/zotero-tag.git
cd zotero-tag
git clone https://github.com/windingwind/zotero-actions-tags.git
cd zotero-actions-tags
npm install
npm run build
```
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"updates": [
{
"version": "0.3.0",
"update_link": "https://github.com/windingwind/zotero-tag/releases/latest/download/zotero-tag.xpi",
"update_link": "https://github.com/windingwind/zotero-actions-tags/releases/latest/download/zotero-actions-tags.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
Expand Down
4 changes: 2 additions & 2 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/windingwind/zotero-tag/releases/latest/download/zotero-tag.xpi</em:updateLink>
<em:updateLink>https://github.com/windingwind/zotero-actions-tags/releases/latest/download/zotero-actions-tags.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
<em:targetApplication>
<rdf:Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/windingwind/zotero-tag/releases/latest/download/zotero-tag.xpi</em:updateLink>
<em:updateLink>https://github.com/windingwind/zotero-actions-tags/releases/latest/download/zotero-actions-tags.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down

0 comments on commit 73fead2

Please sign in to comment.