391 Commits

Author SHA1 Message Date
Northword
9495059eb9 fix: remove \n in template literals 2023-07-17 10:28:41 +08:00
Northword
8a36eb2ab6 fix: typo 2023-07-17 10:26:43 +08:00
Northword
3738657b9a fix: check manifest before start 2023-07-14 15:51:50 +08:00
windingwind
229411ae61 fix: reload.mjs startZotero command 2023-07-13 13:04:38 +08:00
windingwind
18476d9624
Merge pull request #64 from northword:fix-lint
Fix lint and prettier
2023-07-13 13:02:56 +08:00
Northword
79e87f050b
Merge branch 'main' into fix-lint 2023-07-13 12:38:08 +08:00
windingwind
10d9879252
Merge pull request #63 from northword:fix-replace-in-file-glob-pattern
Fix glob pattern in ReplaceInFileConfig.files
2023-07-13 12:17:25 +08:00
windingwind
0ff56d5303 fix: start.mjs profile path 2023-07-13 12:03:14 +08:00
Northword
0971bd0f44 chore: run lint before release init 2023-07-13 11:04:13 +08:00
Northword
458a6a5f84 style: prettier and lint 2023-07-13 11:00:09 +08:00
Northword
3adad053b1 Fix glob pattern in ReplaceInFileConfig.files 2023-07-13 10:17:24 +08:00
windingwind
a2d2d3a36c add: readme start with github codespace 2023-07-13 00:29:53 +08:00
windingwind
acb6cd79d1 update: deps @typescript-eslint/parser 2023-07-13 00:06:39 +08:00
windingwind
d45b72111d update: scripts import 2023-07-12 23:59:32 +08:00
windingwind
c2808745c8
Merge pull request #58 from windingwind/dependabot/npm_and_yarn/prettier-3.0.0
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
2023-07-12 23:49:59 +08:00
windingwind
724a2eb2e6
Merge pull request #57 from windingwind/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.0.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.0.0
2023-07-12 23:49:42 +08:00
dependabot[bot]
7c8ab3b5dc
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 15:49:29 +00:00
windingwind
0ceff9728a
Merge pull request #59 from windingwind/dependabot/npm_and_yarn/release-it-16.1.0
build(deps-dev): bump release-it from 15.11.0 to 16.1.0
2023-07-12 23:48:41 +08:00
dependabot[bot]
0713c8212b
build(deps-dev): bump release-it from 15.11.0 to 16.1.0
Bumps [release-it](https://github.com/release-it/release-it) from 15.11.0 to 16.1.0.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/15.11.0...16.1.0)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 15:47:42 +00:00
windingwind
932d491d9e
Merge pull request #62 from northword:refactor-start-script
Auto update `<profile>/extensions/${addonID}` before start Zotero
2023-07-12 23:46:15 +08:00
windingwind
66c0b12f3f update: macos zoteroBinPath tip 2023-07-12 23:42:10 +08:00
windingwind
01d80eb730 remove: dev dependency minimist 2023-07-12 23:41:49 +08:00
windingwind
cb9efcfaae
Merge pull request #60 from northword:add-prefix-for-ftl
Add addonRef prefix for ftl
2023-07-12 23:20:29 +08:00
windingwind
bd8c6c78d6
Merge pull request #61 from northword:rename-vscode-settings-json
Rename vscode settings.json
2023-07-12 23:12:30 +08:00
Northword
110b806eca Throw error when profile do not exist 2023-07-12 22:36:42 +08:00
Northword
f7b7483a8a Update docs for setup development environment 2023-07-12 22:22:53 +08:00
Northword
6184e7a9c1 Update addon proxy file before start 2023-07-12 21:42:52 +08:00
Northword
e28af8724d Add addon path file before start Zotero 2023-07-12 21:25:10 +08:00
Northword
b08fd4642b Fix typo in match index 2023-07-12 20:18:25 +08:00
Northword
3e6b744307 Refactor the functions in main into separate functions 2023-07-12 20:04:52 +08:00
Northword
4d7f61ee0b Replace xhtml locale keys that only exist in ftl 2023-07-12 19:53:24 +08:00
Northword
164c8a01be Rename vscode settings.json 2023-07-12 18:23:35 +08:00
Northword
ab845ddb35 Update reg exp for data-l10n-id 2023-07-11 19:08:13 +08:00
Northword
9e2553661d Add edbuild target to firefox 102 2023-07-11 18:41:58 +08:00
Northword
a30f0c7c64 Add prefix for locale files when build 2023-07-11 18:36:04 +08:00
dependabot[bot]
138c6316ac
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.0.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 23:41:11 +00:00
windingwind
eeb1ace01d
Merge pull request #53 from northword/remove-zo6-code
Z7-related: remove zo6 code, add homepage url, and add vscode-fluent
2023-07-02 14:49:34 +08:00
windingwind
55368dea50
Merge pull request #54 from northword/update-readme
Update readme
2023-07-02 14:48:39 +08:00
windingwind
d274334398
Merge pull request #55 from northword/rename-folder
Rename typings and build folder
2023-07-02 14:47:54 +08:00
Northword
5cf4e57228 Fix typo in readme 2023-07-01 22:04:10 +08:00
Northword
ac15ec5035 Update readme due to typo 2023-07-01 18:23:44 +08:00
Northword
6576618634 Rename build folder 2023-07-01 18:04:36 +08:00
Northword
9c824d6faa Update readme 2023-07-01 17:54:55 +08:00
Northword
fd3fafe8fc Rename typings folder 2023-07-01 17:50:50 +08:00
Northword
88c2f9e686 Add fluent syntax highlighting plugin for vs code 2023-07-01 17:02:24 +08:00
Northword
6f6d3e463a Add homepage_url into manifest 2023-07-01 16:58:06 +08:00
Northword
0b74eab10d Remove Zotero 6 compatibility code 2023-07-01 16:57:33 +08:00
windingwind
d2d8922f66
Update README.md 2023-06-27 13:58:35 +08:00
windingwind
4d983132c2 update: start-watch with build 2023-06-20 11:53:16 +08:00
windingwind
f22a071042 fix: eslint errors 2023-06-20 11:52:27 +08:00