vixalien / sticky

A simple sticky notes app for GNOME
https://flathub.org/apps/details/com.vixalien.sticky
MIT License
183 stars 28 forks source link

[Feature suggestion] Sync with google keep? #16

Closed ludvigng closed 1 year ago

ludvigng commented 1 year ago

Hello!

I'm curious if it would be possible to make this app sync with google keep? Keep is what I usually use on my phone for a lot of my notes, and having this app be able to sync with my computer would be a very welcome addition.

However, I don't know how hard it'd be. I haven't found any app so far with the ability, so I suspect it's not easy. There is an API document available here: https://developers.google.com/keep/api/reference/rest for retrieving and sending notes it seems, but I have no idea if it works in practice.

I'm also not sure how feasible it is, since keep also allows notes to have pictures attached, and checkboxes, and these might be out of scope for the project. But I figure it's something worth asking either way. :)

vixalien commented 1 year ago

I think this would be better implemented by a third party not in the notes app itself

On Sat, 4 Mar 2023, 16:13 ludvigng, @.***> wrote:

Hello!

I'm curious if it would be possible to make this app sync with google keep? Keep is what I usually use on my phone for a lot of my notes, and having this app be able to sync with my computer would be a very welcome addition.

However, I don't know how hard it'd be. I haven't found any app so far with the ability, so I suspect it's not easy. There is an API document available here: https://developers.google.com/keep/api/reference/rest for retrieving and sending notes it seems, but I have no idea if it works in practice.

I'm also not sure how feasible it is, since keep also allows notes to have pictures attached, and checkboxes, and these might be out of scope for the project. But I figure it's something worth asking either way. :)

— Reply to this email directly, view it on GitHub https://github.com/vixalien/sticky/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJB5FCJ7C37PAJYAHWCWPSDW2NEXHANCNFSM6AAAAAAVPSGPHU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ludvigng commented 1 year ago

Yeah that's reasonable, but I was thinking if it was possible to use the already existing gnome-online-accounts for this, since it already handles the login and stuff for the google account? But maybe it'd still be better as a separate service.

vixalien commented 1 year ago

does gnome-online-accounts support google keep? if yes, that would be a good way to go (although sticky notes doesnt [currently]) support all google notes features

ludvigng commented 1 year ago

Hm, yeah I think it might not support keep right now. I'm going to ask on their gitlab if it's feasible to use as a backend, or if it's possible to add to it, because it might be something useful to other note-taking apps in the gnome ecosystem.

vixalien commented 1 year ago

sure. please update this issue when you get more info

vixalien commented 1 year ago

I'm closing this in favor of #51