manuelernestog / weektodo

WeekToDo is a Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy. Available for Windows, Mac, Linux or online.
https://weektodo.me
GNU General Public License v3.0
1.53k stars 170 forks source link

support for synchronization #199

Closed gugu-py closed 1 year ago

gugu-py commented 1 year ago

Is there any ways to sychronize the files(tasks) between devices? Where is the tasks file stored?

manuelernestog commented 1 year ago

Hi @gugu-py I have to work on this feature for do it native but for now you can use https://syncthing.net/

The data is stored in different folder depending on your OS.

Mac OS: ~/weektodo/Application Support/<Your App Name (taken from the name property in package.json)> Windows: C:\Users\\AppData\Local\weektodo Linux: ~/.config/weektodo

gugu-py commented 1 year ago

thank you!