Description
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.
Additional Information
Links: | |
---|---|
Maintainers: | chrubble |
Version: | 1.0.0 |
Minimum app version: | |
Downloads: This version: | 8 |
Last updated: | 2025-07-13T16:30:31Z |
Google Keep to Joplin Importer – README
Overview
This guide explains how to export your notes from Google Keep and import them into Joplin using the Google Keep to Joplin Importer plugin. Follow each step for a smooth migration, including handling attachments and tags.
- Export Your Notes from Google Keep
A. Use Google Takeout
- Go to Google Takeout.
- Under “Select data to include,” click Deselect all.
- Scroll down and check Keep.
- Click Next step at the bottom.
- Choose your export options (default settings are fine).
- Click Create export.
- Wait for the export to complete. You’ll receive a download link via email or on the Takeout page.
- Download the exported
.zip
file to your computer.
B. Unzip the Takeout Archive
- Locate the downloaded
.zip
file (e.g.,takeout-YYYYMMDD.zip
). - Extract it. Inside, you’ll find a folder named
Takeout
, and within it, aKeep
folder. - The
Keep
folder contains:
- One
.json
file per note - One
.html
file per note - Image and attachment files (if present)
- Prepare for Import
- Ensure all your Keep note files are accessible on your computer.
- If you plan to import attachments, keep them in the same folder as their corresponding
.json
files.
- Install Joplin and the Importer Plugin
A. Install Joplin
- Download Joplin from joplinapp.org.
- Install and open Joplin.
B. Install the Google Keep to Joplin Importer Plugin
- Download or build the plugin
.jpl
file. - In Joplin, go to Joplin > Preferences > Plugins (macOS) or Tools > Options > Plugins (Windows/Linux).
- Click the gear icon and choose Install from file.
- Select the
.jpl
plugin file. - Restart Joplin when prompted.
- Import Your Google Keep Notes into Joplin
A. Start the Import Process
- In Joplin, go to the Tools menu and select Import Google Keep Notes (or use the Command Palette and search for the command).
- A dialog will appear asking you to select your Google Keep
.json
files.
- Navigate to the extracted
Keep
folder. - Select one or more
.json
files to import (useShift
orCmd/Ctrl
to select multiple files).
B. Complete the Import
- The plugin will process each
.json
file: - The note’s title and body are imported.
- Labels (if present) are imported as tags.
- Attachments (if present and in the same folder) are imported and embedded in the note.
- When finished, a message will confirm how many notes were imported.
- After Import
- Review your imported notes in Joplin.
- Check that attachments and tags have been imported as expected.
- If some notes or attachments are missing, ensure the files were selected and in the correct location, then try importing again.
Troubleshooting:
Issue | Solution |
---|---|
No notes imported | Check that you selected the correct .json files and their structure. |
Attachments not imported | Confirm attachments are in the same folder as their .json files. |
Tags missing | Only notes with labels fields will have tags imported. |
Plugin not appearing | Make sure you installed from file and restarted Joplin. |
Errors during import | Open Help > Toggle Development Tools > Console in Joplin for logs. |
Sources
Notes
• The plugin uses the `title`, `textContent`, `labels`, and `attachments` fields from each Keep JSON file.
• For best results, use the latest version of both Joplin and this plugin.
• For support or to report issues, visit the Joplin Forum.
Enjoy your notes in Joplin!