Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
web-ext-artifacts
.output
.wxt

# Ignore polyfill and fetch it with npm install
browser-polyfill.min.js
Expand Down
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@
"[javascript]": {
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"cSpell.words": ["Zotero"],
"[typescript]": {
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"cSpell.words": [
"Zotero"
],
"chat.tools.terminal.autoApprove": {
"/^python scripts/import_and_patch_translators\\.py$/": {
"approve": true,
"matchCommandLine": true
}
}
},
}
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Preparation:
4. Install development dependencies via `pnpm install`.
5. Start browser with the add-on activated:
Firefox: `pnpm dev:firefox`
Chrome: `pnpm dev:opera`
Chrome: `pnpm dev:chrome`
Opera: `pnpm dev:opera`
Edge: `pnpm dev:edge`

Now just follow the typical steps to [contribute code](https://guides.github.com/activities/contributing-to-open-source/#contributing):

Expand All @@ -32,12 +34,12 @@ The following commands are used to update the dependencies of the project; as we

## Release of new version

- Increase version number in `manifest.json`
- Increase version number in `package.json`
- `pnpm build`
- Upload to:
- https://addons.mozilla.org/en-US/developers/addon/jabref/versions/submit/
- https://chrome.google.com/u/2/webstore/devconsole/26c4c347-9aa1-48d8-8a22-1c79fd3a597e/bifehkofibaamoeaopjglfkddgkijdlh/edit/package
- https://addons.opera.com/developer/upload/
- https://developer.apple.com/app-store-connect/
- Remove the `key` field in `manifest.json` and build again. Then upload to:
- Remove the `key` field in `wxt.config.ts` and build again. Then upload to:
- https://partner.microsoft.com/en-us/dashboard/microsoftedge/2045cdc1-808f-43c4-8091-43e2dcaff53d/packages
Loading
Loading