Clouder

Results 16 comments of Clouder
trafficstars

I'm looking forward to this. Not sure but [embedchain](https://github.com/embedchain/embedchain) may be of some help.

这个是解析配置时出错了,看看在思源中的属性设置是否正确呢?

try `AnkiLink.exe test1.md --deckname targetDeck` or `AnkiLink.exe test1.md -d targetDeck` if no such deck exists in Anki, AnkiLink will try to create one.

This is a bit weird. On my computer, everything works just fine. I'll leave this issue open to see if anyone encounters the same problem.

因为有一个 gomark wasm 文件有 8mb 左右,首次打开没缓存确实非常缓慢。 related issue: https://github.com/usememos/memos/issues/2917 希望以后的版本可以优化。

Any update on this?

目前是每次检测新增、改变的块,第一次运行的时候会检索全库,所以可能造成 timeout. 在运行目录下新增 `last_sync_time` 文件,输入内容: ``` 20220503130833 ``` 这样就能从 `20220503130833` 时间之后开始检测。持续使用的话,每次增量处理,应该就不会再出现这样的问题了。 如果之前有想同步的块,那么需要手动修改一点内容刷新更新时间,然后再次同步。

以后可以加上一个自定义 SQL 的配置项,不过近期恐怕没有时间处理。

现在修改了同步机制,初次同步应该也不会卡死了。 自定义 SQL 依然 TODO.