tiddly-gittly / TidGi-Mobile

A Note App that is local-first, uses tid/md pure text file, all-in-one with calendar/todo/diary widget, lazy-loading, backlink & outline & Zettelkasten, and syncs with the open-source TidGi-Desktop.
https://tidgi.fun/#:TidGi-Mobile
MIT License
44 stars 3 forks source link

feature: Sync on start #22

Open linonetwo opened 1 year ago

linonetwo commented 1 year ago

Description 描述

加个设置,启动时自动同步一次,注意变更有没有通过 sse 传到前端

Additional Context 额外上下文

No response

linonetwo commented 7 months ago

如果是边启动边同步,那还需要订阅SQLite变更,好处是方便之后wiki内触发同步。不过需要等 SQLite 内容加载到 HTML 后再触发 SSE。