toaco

Results 9 issues of toaco

With this feature, we can easy expire session due to inactivity of a user. For example, if we want to expire the cookie when the browser has not requested any...

`FairyDict` is really a good dictionary plugin, I use it for looking up all new words which I meet online. And then I plan to memorize those new words in...

enhancement

```ruby [1] pry(main)> PinYin.permlink('编A0_1三级标签') => "A0-1-san-ji-biao-qian" [2] pry(main)> PinYin.permlink('编写A0_1三级标签') => "bian-xie-A0-1-san-ji-biao" [3] pry(main)> PinYin.backend = PinYin::Backend::Simple.new => # [4] pry(main)> PinYin.permlink('编写A0_1三级标签') => "bian-xie-A01-san-ji-biao-qian" ```

```bash $ pip install redis-import-tools Collecting redis-import-tools Could not find a version that satisfies the requirement redis-import-tools (from versions: ) No matching distribution found for redis-import-tools ``` ```bash $ pip3...

最理想的方案是提供urnote的移动版+同步功能。 但这样做的话任务量较大,个人的时间也不允许,所以最终想出了如下的方式来暂时解决移动端的复习。 使用已有的云盘同步PC上的笔记到云服务器以及手机上,在手机上复习之后,再同步到PC上使用urnote程序处理复习结果。 这样做的好处是实现简单,坏处是必须要依赖PC才能真正的完成一次复习。由于个人几乎每天都会使用PC,所以问题不是很大=。= 为了方便使用这种方式复习,需要对程序增加几项特性,包括: - [x] 导出到TASK目录的复习文件可以是真正的文件而不是链接(因为很多云盘同步不能同步链接) - [x] 导出到TASK目录的文件可能不能按照原始文件的文件夹层次来组织,层次太深不方便查看 - [x] 到处的文件可能需要减少数量,一方面可以让用户选择复习的文件夹来减少文件数,另一方面可以合并多个文件内容到一个文件中 - [x] 文件的内容可能需要精简,目前的实现到处文件所有内容,应当支持导出的时候可以选择只到处QA部分。这样还需要额外定义A的格式,有下面几种考虑: - 规定Q后面的多少行为A - 规定Q后面的某个符号代表A的结尾 - 用户自定义Q后面的A的正则表达式(可能会实现这种)

feature

![image](https://user-images.githubusercontent.com/19466181/45863349-5bf8fd80-bda8-11e8-92c1-2035129f6419.png)