Rexoen

Results 5 issues of Rexoen

建议加入类似 Typora 中的自定义命令上传(Custom Command)的功能,这样也更为灵活。比如我想使用个人搭建的 OneIndex 服务作为图床,使用自己编写的脚本上传图片,并由标准输出将返回的链接传递给VNote。![示例](https://x.lod.pub:8085/images/2021/05/28/rH9NadEK2u/picupload.png)

After the phone's dark mode is turned on, the app still displays a white theme, which is very uncoordinated. In the dark night, users have to manually set the black...

Feature
UI

**Describe the bug** It seems that logfile parameter in wexpect.host.SpawnPipe does not work **To Reproduce** ```python import wexpect f = open("test.txt","w") child = wexpect.spawn("cmd.exe",encoding="UTF-8",logfile=f) child.expect(">") child.send("dir") child.sendeof() f.close() ``` **Expected...

no separator dot will be shown when the most urgent task has no due time.