Skip to content

Commit

Permalink
Merge pull request #19 from VON0000/Simplified-Traditional-Conversion
Browse files Browse the repository at this point in the history
中文的繁简转化 & 删除失效的Grammarly插件 & 【1-3】角标替换
  • Loading branch information
laorange authored Jan 23, 2024
2 parents ff61117 + be95303 commit 473b9d5
Show file tree
Hide file tree
Showing 9 changed files with 584 additions and 547 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">论文工具</h1>
<h1 align="center">📝论文工具</h1>

<p align="center">
<a href="https://laorange.github.io/paper-assistant/" target="_blank">在线使用(GitHub)</a>
Expand All @@ -16,15 +16,28 @@

#### (1) 文本复制工具

在复制PDF中的文字时,有时会出现莫名其妙的空格、换行、全角字符或乱码。
😣在复制PDF中的文字时,有时会出现莫名其妙的空格、换行、全角字符或乱码。

如果手动删改,工作量巨大;如果直接全文替换,可能会误删英文单词间的空格。
😫如果手动删改,工作量巨大;如果直接全文替换,可能会误删英文单词间的空格。

因此,可以使用本程序去除空行空格。详细文档请在[网页](https://laorange.gitee.io/paper-assistant)中点击"使用说明"。
💡开发这个项目正是为了解决这些问题。

🚩如何使用?可直接[在线使用](https://laorange.gitee.io/paper-assistant)后点击"使用说明",或前往B站查看[视频介绍](https://www.bilibili.com/video/BV1ZG4y1N7oM/)

#### (2) 英文语法检查

如果您在电脑上在线使用,在输入英文时,将为您检查语法✍ (基于[Grammarly](https://developer.grammarly.com/))。
~~✍如果您在电脑上在线使用,在输入英文时,将为您检查语法 (基于[Grammarly](https://developer.grammarly.com/))。~~

😭Grammarly的开发者接口已于2024年1月10日废弃,目前该功能已无法使用,详情可见其[官网公告](https://developer.grammarly.com/)

#### (3) 其他辅助功能

- 删除引用角标,如: [1], [2, 3], [4-7], (1), (2, 3), (4-7)...
- 全角字符转半角字符
- 批量替换字符
- 汉字繁简转换
- 中英文标点转换
- ······

## Q&A

Expand Down Expand Up @@ -70,4 +83,8 @@ export interface TextHandler {
}
```

若您有好的想法,可以在以上内容的基础上修改,欢迎在GitHub仓库上发起 [`pull request`](https://github.com/laorange/paper-assistant/pulls)😊
😄若您有好的想法,可以在以上内容的基础上修改。欢迎在GitHub仓库上发起 [`pull request`](https://github.com/laorange/paper-assistant/pulls)😊

🥳若您觉得本项目还不错,可以在页面右上角为本项目点上一颗⭐~

<div align="center"><img src="https://api.star-history.com/svg?repos=laorange/paper-assistant&type=Date" alt="Star History Chart" /></div>
2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ declare module '@vue/runtime-core' {
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NSpace: typeof import('naive-ui')['NSpace']
NSwitch: typeof import('naive-ui')['NSwitch']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"preview": "vite preview"
},
"dependencies": {
"@grammarly/editor-sdk-vue": "^2.3.0",
"axios": "^1.3.2",
"intro.js": "^6.0.0",
"markdown-it": "^13.0.1",
"opencc-js": "^1.0.5",
"pangu": "^4.0.7",
"pinia": "^2.0.28",
"vue": "^3.2.37",
Expand All @@ -26,6 +26,7 @@
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.0.2",
"@types/opencc-js": "^1.0.3",
"naive-ui": "^2.32.1",
"rollup": "^3.6.0",
"sass": "^1.58.0",
Expand Down
Loading

0 comments on commit 473b9d5

Please sign in to comment.