Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Higurashi-kagome committed May 30, 2020
1 parent e2b1984 commit a4835ca
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions wereader/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
8. 获取书架上的书籍列表
9. 自定义标注效果、标题级别
10. 删除某本书所有标注
11. 导出书评

针对上面所获取的大多数内容,使用时有两方面的操作选择:一是输出到控制台并复制到剪切板;二是追加到指定文件。

Expand Down Expand Up @@ -106,27 +107,23 @@ hotmarks_number = {'pre': "`", 'suf': "` "}#热门标注标注人数前后缀

## 补充

- 注意:remove all命令似乎会使得某些书书中标注的位置出现偏差,故建议使用之前确保其他书中的标注正确。最好是读一本书、做完一本书的笔记之后再读另外一本书。总之,remove all命令可能会干扰书本中标注的正常位置,请谨慎使用。
- 项目托管于[GitHub](https://github.com/liuhao326/pythontools/tree/master/wereader)
- 如果gif动画没有播放,可以到[这里](https://www.cnblogs.com/Higurashi-kagome/p/12872060.html)查看。

- TODO:

- [ ] 出错提示,运行状况反馈
- [ ] 特殊情况(参数出错、输入出错等)的处理
- [ ] 导出全书(缓)
- [ ] 导出全书(停)
- [ ] 删除某标题下的标注
- [ ] remove的问题
- [ ] 导出书评
- [ ] 支持公众号
- [ ] 设置标题级别、标注前后缀
- [ ] 支持公众号(停)
- [ ] 设置标题级别、标注前后缀(停)
- [ ] Chrome扩展
- [ ] app
- [ ] 功能测试
- [ ] 注释补充
- [ ] 功能测试(停)
- [ ] 注释补充(停)
- [ ] 输入时按shift键的bug
- [ ] 代码简洁
- [ ] 提交书评
- [ ] 代码简洁(停)
- [ ] 提交书评(停)
- [ ] .exe程序

- 欢迎PR或star,有什么问题也可以提 issue。

Expand Down

0 comments on commit a4835ca

Please sign in to comment.