mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[GH-ISSUE #63] 写作自动同步或间隔同步 #37
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realLiuzh on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/63
@codexu commented on GitHub (Feb 6, 2025):
同步这个功能类似于写代码,commit -> push,commit 这部分做了自动化,避免每次需要手动录入,自动生成的内容是根据上一次同步的内容和本次的内容 diff,通过 AI 生成,如果是定时同步,可能会消耗用户大量 token,另外查询 github api 也有一定的次数限制。
这个功能如果实现的话,可能需要在系统设置里做一个开关,让用户自行开启自动同步功能。
先加入更新计划。
@codexu commented on GitHub (Apr 16, 2025):
拖了很久,v0.13.0 已支持自动同步功能。