Replies: 3 comments 1 reply
-
|
I'm not planning on working on a new integration at the moment. There are instructions on how to create such a new integration between services here. If you feel you want more help during your development, just continue posting in this issue and people will respond :) I'll convert this to a discussion to facilitate this. |
Beta Was this translation helpful? Give feedback.
-
|
hi @bergercookie ! I started having some code that almost does the work and there's one detail that I'm not sure how to tackle. I'm syncing between GTasks and MarkDown files now but if I update a Google Task, it will try to update that corresponding Markdown task which is not finding. How would you solve that? Do you usually have to track ids between different synchronization sides? |
Beta Was this translation helpful? Give feedback.
-
|
I managed to get this branch mostly working. The only thing I'd like to figure out is how to handle changes in id.
The way that I handle Markdown tasks ids is by having it as a hash of the title. So if I update the title in Google Tasks, the id of the Markdown will change as well:
Is there any way I can refresh the Serialized bidict mapping of ids? If I don't, the next run of the sync will delete a task and insert a new one in Google Tasks even if that's not really necessary |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions