JeeDee
13 September 2025 10:03
1
Hi Y’all,
I’m looking into updating/fixing/maintaining the following Joplin plugin:
Import your notes from Google Keep Takeout (JSON format) directly into Joplin. Transfers note titles, content, labels as tags, and attachments where supported. Designed for seamless migration from Google Keep to Joplin.
The current version is not working because of a typo in the manifest.json (min_app_version
should be app_min_version
). And when fixed, the plugin doesn’t currently seem to support checklists being imported.
But the GitHub repository seems to be empty (chrubble/google-keep-to-joplin · GitHub ) and I have no way to contact the original creator (chrubble).
Does anyone here now how to contact the creator and retrieve the source code for the plugin?
I’ve tried reverse engineering the source code with AI but no luck so far.
Thanks!
Kind regards,
JeeDee
shikuz
13 September 2025 10:17
2
I hope that @chrubble sees this and replies. You could open an issue on their repo even if it's empty, maybe they'll notice.
You could try to use Jimmy to convert Keep notes.
In any case, there is a copy of the bundled plugin code here that you could try to use if no other solution works.
1 Like
JeeDee
13 September 2025 10:21
3
@shikuz Thanks! This is really helpful
_vg
13 September 2025 10:48
4
Marph
13 September 2025 13:24
5
I think that's a different repository, since it contains a Python script and not a Joplin plugin (in Javascript/Typescript).