Steven630

Results 101 comments of Steven630

> 微软私有的验证方法,不通用,不可能专门为他实现 刚才换163邮箱,也不支持吗? ``` ========== 2024-09-19 19:01:07 ========== * 2024-09-19 19:01:08, login Traceback (most recent call last): File "/mnt/us/extensions/MailPush-1.6/src/mailpush.py", line 22, in files = fetch_files(**config) File "/mnt/us/extensions/MailPush-1.6/src/fetchfiles.py", line 120, in...

> https://help.mail.163.com/faqDetail.do?code=d7a5dc8471cd0c0e8b4b8f4f8e49998b374173cfe9171305fa1ce630d7f67ac2eda07326646e6eb0 > > 搜了下,不是上面说的原因,而是163邮箱有奇怪的讲究 163邮箱设置应该没问题,180天的授权码确实麻烦,我是开启了之后才知道的。QQ邮箱刚注册,还得等两个礼拜。看来没办法了,只能先等等

这下可以了,谢谢大佬。

补充一下,我是用RSS阅读器的播放听新闻。发现小数点误识别为句号的问题。如果是文章标题,整个完整传送到TTS就不会有问题。但是正文默认就是以“.”切割,分别传送。即使在替换规则那里把小数点替换,也无济于事。

Thank you for the reply. I'll first try the fixed setting then. Does the plugin require a lot of CPU though? Hope it doesn't crash on my kpw2 (sometimes looking...

I have just tried it out on my Android phone. It seems there is no notification when a card has been stored offline. Can the user change the default context...

>Would it be okay if the threshold applies to both the part before the word looked up and the part after separately? E.g. if the sentence part before the word...

谢谢大佬,原帖已经回复https://github.com/lzcapp/KindleMate2/issues/6#issuecomment-2496549724 在这里补充一下,根据anki的说明,CSV文件最开始几行可以加上header,这样Anki在导入的时候能直接根据header设置相应格式和选项 方式是 #key:value 比如 #separator:Comma #html:true #columns:Front,Back #notetype:Test #deck:Chinese 这表示文件的列是用逗号分隔的(这个可以和导出时的分隔符一致,还可以是Tab、Semicolon等等),html格式启用,notetype是Test,牌组是Chinese。 所有header支持的key和value在这里: https://docs.ankiweb.net/importing/text-files.html#file-headers 要是可以让用户在导出前设定header就更好了,这样Anki导入的时候直接都设置好了。

是的,有了CSV就可以。CSV建议所有的元素都单独成列,用户在Anki导入的时候选择哪些需要、对应到哪个field就可以了。 单词也是一样的(单词、原形、上下文、书籍、作者、语言、时间等等信息都各为一列)。以前的Kindle Mate生词本应该是有导出为CSV功能的,标注没试过。

> > ![image](https://github.com/user-attachments/assets/91c93eab-14d4-4a3b-b108-c5ccdd25659c) > 截图左边是用户Anki卡片自带的fields,右边可选的就是CSV每列的表头,标注导出功能实现后。Anki导入界面右边这栏就可以自主选择“标记内容”、“书名”、“位置”等等,也可以选择nothing跳过。 目前需要的第一步只是把那些信息都变成一个大CSV。