Is there any plans to implement sync between Google Tasks and Obsidian?
Obsidian supports creating tasks as simple checklist items in a Markdown file, so this projects has most of the code in place to make this happen.
I can try to create a PR if you'd prefer, but I'm having some issues understanding this. As the GKeep to FS separates items in different files in the filesystem but the sync I'm proposing would actually have all tasks inside the same file. Not sure how to split the file, compare lines and all of that.
Thanks in advance!
Is there any plans to implement sync between Google Tasks and Obsidian?
Obsidian supports creating tasks as simple checklist items in a Markdown file, so this projects has most of the code in place to make this happen.
I can try to create a PR if you'd prefer, but I'm having some issues understanding this. As the GKeep to FS separates items in different files in the filesystem but the sync I'm proposing would actually have all tasks inside the same file. Not sure how to split the file, compare lines and all of that.
Thanks in advance!