Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Google Keep #18

Open
spiral6 opened this issue Dec 27, 2018 · 6 comments
Open

Support Google Keep #18

spiral6 opened this issue Dec 27, 2018 · 6 comments
Labels
enhancement New feature or request keep Issue related to the Keep provider

Comments

@spiral6
Copy link

spiral6 commented Dec 27, 2018

Import Google Keep notes as you would Evernote?

@fabiospampinato
Copy link
Member

fabiospampinato commented Dec 27, 2018

I'm not familiar with how Google Keep stores notes, but I'm definitely open for adding support for this.

If someone wants to help with this I'll be happy to consider a PR.

@Krakaw
Copy link

Krakaw commented Dec 27, 2018

Time permitting, I'll look into this. Google Keep can export your notes using Google Takeout and from there it is a simple conversion from HTML to Markdown.

@fabiospampinato
Copy link
Member

If you can export them to HTML then converting them to Markdown should be easy, I actually already coded this in enex-dump: https://github.com/fabiospampinato/enex-dump/blob/master/src/content.js#L39

Maybe I should add support for importing html files directly 🤔

@fabiospampinato fabiospampinato changed the title Google Keep support? Import from Google Keep Dec 30, 2018
@fabiospampinato
Copy link
Member

Import from HTML notes is tracked here notable/notable#94

@fabiospampinato
Copy link
Member

It looks like converting Keep's format to Markdown will require some special logic, as they are not just exporting content and metadata but the entire note (including styling etc.) .

@fidel-perez
Copy link

Using the tool that google recommends the notes can be converted to Evernote format after being exported with Google takeout, and then Notable can import them.

@fabiospampinato fabiospampinato transferred this issue from notable/notable Sep 28, 2019
@fabiospampinato fabiospampinato changed the title Import from Google Keep Support Google Keep Sep 28, 2019
@fabiospampinato fabiospampinato added keep Issue related to the Keep provider enhancement New feature or request labels Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keep Issue related to the Keep provider
Development

No branches or pull requests

4 participants