Source code of "Google Keep to Joplin Importer" plugin

Hi Y’all,

I’m looking into updating/fixing/maintaining the following Joplin plugin:

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

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

@shikuz Thanks! This is really helpful :+1:

Does this help? Directory - 46c737b/ - HEAD - origin: https://github.com/kvnlpz/Google-Keep-to-Joplin – Software Heritage archive

I think that's a different repository, since it contains a Python script and not a Joplin plugin (in Javascript/Typescript).