[GH-ISSUE #225] [feat] 是否可以增加定时保存功能 #174

Closed
opened 2026-03-02 03:38:13 +03:00 by kerem · 2 comments
Owner

Originally created by @zohead on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/225

描述你的建议

目前 NoteGen 的文档在修改编辑时都是实时保存的,
如果 Markdown 文档目录同时是与网盘或者其它云存储自动同步的,
会导致不断编辑时,网盘或云存储上产生非常多的修改版本记录,
而且外部同步的操作会很多。

如果用户可以接受定时保存文档,是否可以考虑增加定时保存时间的选项,
默认仍然为定时保存,用户可以自行设置定时保存时间,
在关闭软件或切换文档时仍会自动保存。

当然这样可能需要增加一个 未保存 的状态,不知道与目前的设计理念不符,
谢谢

Originally created by @zohead on GitHub (Jun 4, 2025). Original GitHub issue: https://github.com/codexu/note-gen/issues/225 ### 描述你的建议 目前 NoteGen 的文档在修改编辑时都是实时保存的, 如果 Markdown 文档目录同时是与网盘或者其它云存储自动同步的, 会导致不断编辑时,网盘或云存储上产生非常多的修改版本记录, 而且外部同步的操作会很多。 如果用户可以接受定时保存文档,是否可以考虑增加定时保存时间的选项, 默认仍然为定时保存,用户可以自行设置定时保存时间, 在关闭软件或切换文档时仍会自动保存。 当然这样可能需要增加一个 未保存 的状态,不知道与目前的设计理念不符, 谢谢
kerem closed this issue 2026-03-02 03:38:13 +03:00
Author
Owner

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

在同步设置中有自动同步的间隔设置,可以手动关闭。另外多次同步在 Github 中属于多一条记录,而不会产生多个文件。

Image
<!-- gh-comment-id:2948228571 --> @codexu commented on GitHub (Jun 6, 2025): 在同步设置中有自动同步的间隔设置,可以手动关闭。另外多次同步在 Github 中属于多一条记录,而不会产生多个文件。 <img width="650" alt="Image" src="https://github.com/user-attachments/assets/7a2eaec8-82f2-4041-ab36-5d84639dbd6d" />
Author
Owner

@zohead commented on GitHub (Jun 6, 2025):

好的,我试试

我没有用 NoteGen 自带的 Github 或者 Webdav 同步功能,
是由外部的同步软件,自动把本地 Markdown 文档目录同步到内部部署的私有网盘上,
这样不断编辑的过程中,网盘上文档经常会有很多个版本。

请问这种使用场景下,外部网盘同步软件检测到文档修改就会自动同步,
上面的 自动同步 时间间隔 选项,也是起作用的吧?

感谢解答

<!-- gh-comment-id:2948635895 --> @zohead commented on GitHub (Jun 6, 2025): 好的,我试试 我没有用 NoteGen 自带的 Github 或者 Webdav 同步功能, 是由外部的同步软件,自动把本地 Markdown 文档目录同步到内部部署的私有网盘上, 这样不断编辑的过程中,网盘上文档经常会有很多个版本。 请问这种使用场景下,外部网盘同步软件检测到文档修改就会自动同步, 上面的 自动同步 时间间隔 选项,也是起作用的吧? 感谢解答
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#174
No description provided.