Skip to content

Commit

Permalink
Merge pull request #2 from atomiechen/dev
Browse files Browse the repository at this point in the history
Merge dev into main with version updates
  • Loading branch information
atomiechen authored Jun 25, 2022
2 parents cf17dad + 363a4f0 commit 064465b
Show file tree
Hide file tree
Showing 14 changed files with 995 additions and 732 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
支持的具体功能如下:

- 针对任意文本(无论名字间是否有分隔符),对照单个或多个名单查找缺失的名字,并可同时查看此时正在使用的全名单
- 可以直接在插件内输入文本
- 🌟 可以选中任意文本(甚至excel表格),然后通过utools快捷面板一键呼出“查找漏网之鱼”
- *注:如果“张三”和“张三丰”同时存在,会首先匹配更长的“张三丰”;如果查询字符串有歧义,例如“张三丰子恺”,可以手动在名字间添加分隔来消歧*
- 支持设置名单,自动从文本中识别连续英文字母和汉字字符构成的名字(空格、逗号等其他字符作为分断)
- 可以直接在设置输入框内键入文本
- 可以上传文件
- 🌟 可以选中任意文本(甚至excel表格),然后通过utools快捷面板一键呼出“新建名单”
- 🌟 可以选中任意文本(甚至excel表格),然后通过utools快捷面板一键呼出“查找漏网之鱼”;也可以直接在插件文本框内输入搜索文本
- *注:如果“张三”和“张三丰”同时存在,会首先匹配更长的“张三丰”;如果查询字符串有歧义,例如“张三丰子恺”,可以手动在名字间添加分隔来消歧*
- ✅ 支持单选/多选名单
- ✅ 支持设置输出名字之间的分隔符,也可自定义分隔符
- ✅ 支持导出查找结果/全名单到文件
- 支持设置不同名单,自动从文本中识别连续英文字母和汉字字符构成的名字(空格、逗号等其他字符作为分断)
- 🌟 可以选中任意文本(甚至excel表格),然后通过utools快捷面板一键呼出“新建名单”;也可以直接在设置输入框内键入名单文本,或上传文本文件
- *注:目前支持上传txt、csv、md、markdown后缀文本文件*



Expand All @@ -50,7 +51,7 @@
## DEMO

<div align="middle">
<video src="https://user-images.githubusercontent.com/36685998/172231412-3751c095-3bc4-46c2-881e-d2a17ce75df2.mp4" />
<video src="https://user-images.githubusercontent.com/36685998/175770971-8d37784a-8c96-49dc-b004-21d02dc3c60c.mp4" />
</div>


Expand Down
Binary file modified img/img_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/img_set.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/thumb.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* ref: https://github.com/jgthms/bulma/issues/2192#issuecomment-433683843 */
.dropdown-content {
max-height: 13em;
.name-content {
height: 10.5em;
overflow: auto;
}
/* for multiline text display */
/* ref: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space */
white-space: break-spaces;
}
Loading

0 comments on commit 064465b

Please sign in to comment.