[GH-ISSUE #63] 写作自动同步或间隔同步 #37

Closed
opened 2026-03-02 03:37:20 +03:00 by kerem · 2 comments
Owner

Originally created by @realLiuzh on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/63

Image 每次点右边这个同步按钮才会进行git上传吗? 能不能增加个自动同步功能?每隔xx秒同步一次?
Originally created by @realLiuzh on GitHub (Feb 6, 2025). Original GitHub issue: https://github.com/codexu/note-gen/issues/63 <img width="920" alt="Image" src="https://github.com/user-attachments/assets/82d76ed9-dd43-474a-b371-b48621be844a" /> 每次点右边这个同步按钮才会进行git上传吗? 能不能增加个自动同步功能?每隔xx秒同步一次?
kerem 2026-03-02 03:37:20 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@codexu commented on GitHub (Feb 6, 2025):

同步这个功能类似于写代码,commit -> push,commit 这部分做了自动化,避免每次需要手动录入,自动生成的内容是根据上一次同步的内容和本次的内容 diff,通过 AI 生成,如果是定时同步,可能会消耗用户大量 token,另外查询 github api 也有一定的次数限制。
这个功能如果实现的话,可能需要在系统设置里做一个开关,让用户自行开启自动同步功能。
先加入更新计划。

<!-- gh-comment-id:2638689210 --> @codexu commented on GitHub (Feb 6, 2025): 同步这个功能类似于写代码,commit -> push,commit 这部分做了自动化,避免每次需要手动录入,自动生成的内容是根据上一次同步的内容和本次的内容 diff,通过 AI 生成,如果是定时同步,可能会消耗用户大量 token,另外查询 github api 也有一定的次数限制。 这个功能如果实现的话,可能需要在系统设置里做一个开关,让用户自行开启自动同步功能。 先加入更新计划。
Author
Owner

@codexu commented on GitHub (Apr 16, 2025):

拖了很久,v0.13.0 已支持自动同步功能。

<!-- gh-comment-id:2808437740 --> @codexu commented on GitHub (Apr 16, 2025): 拖了很久,[v0.13.0](https://github.com/codexu/note-gen/releases/tag/app-v0.13.0) 已支持自动同步功能。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#37
No description provided.