-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dropdown list available when tabs overflow * custom citation key implemented * improve GeneralTab style * implemented pdf darkmode * able to pin multiple peekers in pdf * clean up code * implement HoverPane for markdown editor * AnnotCard uses Vditor to render * move some setting related functions to appState.ts * upgrade vditor
- Loading branch information
Showing
41 changed files
with
1,187 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ yarn build # 编译测试版 | |
- citation-js | ||
- cytoscape | ||
- golden-layout | ||
- katex | ||
- pdf.js | ||
- vditor | ||
- Pouchdb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "research-helper", | ||
"version": "3.2.0-beta", | ||
"version": "3.3.0-beta", | ||
"description": "A paper / book / note management tool", | ||
"productName": "Research Helper", | ||
"author": "Hunt Feng <[email protected]>", | ||
|
@@ -34,7 +34,6 @@ | |
"electron-updater": "^5.3.0", | ||
"events": "^3.3.0", | ||
"golden-layout": "^2.6.0", | ||
"katex": "^0.16.4", | ||
"konva": "^9.2.0", | ||
"nodejs-file-downloader": "^4.11.2", | ||
"pdfjs-dist": "^3.7.107", | ||
|
@@ -44,7 +43,7 @@ | |
"quasar": "^2.11.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"vditor": "3.8.17", | ||
"vditor": "^3.9.5", | ||
"veaury": "^2.3.12", | ||
"vue": "^3.0.0", | ||
"vue-i18n": "^9.0.0", | ||
|
@@ -57,7 +56,7 @@ | |
"@quasar/quasar-app-extension-testing-e2e-cypress": "^5.1.0", | ||
"@quasar/quasar-app-extension-testing-unit-vitest": "^0.1.0", | ||
"@types/cytoscape": "^3.19.9", | ||
"@types/katex": "^0.16.0", | ||
"@types/lodash": "^4.14.197", | ||
"@types/node": "^12.20.21", | ||
"@types/pouchdb": "^6.4.0", | ||
"@types/react": "^18.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.