mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #225] [feat] 是否可以增加定时保存功能 #174
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#174
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 @zohead on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/225
描述你的建议
目前 NoteGen 的文档在修改编辑时都是实时保存的,
如果 Markdown 文档目录同时是与网盘或者其它云存储自动同步的,
会导致不断编辑时,网盘或云存储上产生非常多的修改版本记录,
而且外部同步的操作会很多。
如果用户可以接受定时保存文档,是否可以考虑增加定时保存时间的选项,
默认仍然为定时保存,用户可以自行设置定时保存时间,
在关闭软件或切换文档时仍会自动保存。
当然这样可能需要增加一个 未保存 的状态,不知道与目前的设计理念不符,
谢谢
@codexu commented on GitHub (Jun 6, 2025):
在同步设置中有自动同步的间隔设置,可以手动关闭。另外多次同步在 Github 中属于多一条记录,而不会产生多个文件。
@zohead commented on GitHub (Jun 6, 2025):
好的,我试试
我没有用 NoteGen 自带的 Github 或者 Webdav 同步功能,
是由外部的同步软件,自动把本地 Markdown 文档目录同步到内部部署的私有网盘上,
这样不断编辑的过程中,网盘上文档经常会有很多个版本。
请问这种使用场景下,外部网盘同步软件检测到文档修改就会自动同步,
上面的 自动同步 时间间隔 选项,也是起作用的吧?
感谢解答