daledesilva9k downloadsImport Google Keep backup json files and their attachments. Can also be used to import other files.
Google Keep Import is a plugin for Obsidian that enables easily importing an exported set of backup notes and related attachments from Google Keep.
Please note that this plugin is no longer being maintained.
Unless you need certain import customisations that this plugin offers, try using the official Obsidian Importer plugin instead. As I helped implement the Keep import functionality in that plugin also, it's import capability is similar, and likely more up to date.
Note:The plugin will likely work on older versions of Obsidian, however, these haven't been tested. If you have some reason to not be updating your Obsidian and it's not letting you install, you can either edit this plugin yourself or consider contacting me through the support section below.
CMD+P and select the Google Keep Import action.The plugin will always give you a real-time log of any files it is unable to import or that it believes aren't supported so that you can cancel the import immediately if needed, or find the files later to edit or convert.
The plugin will import any binary files like images even if there isn't a corresponding Keep note. This means you can use the plugin as a batch import for a folder of files that didn't come from Keep if needed.
The plugin can import any file it sees regardless of whether ut cam from Keep or Obsidian supports it. You can turn this on if needed in the settings, but it's off by default and will let you know which file it skips.
The plugin provides a settings page that is also accessible during the import process. This allows you to tailor what gets imported and how dates, colours, tags, and more from the Keep files are treated in Obsidian.
Whether to import specific types of notes or ignore them.
Whether to apply tags to notes in Obsidian to represent these attributes of the original Google Keep notes.
Allows mapping any characters in titles to valid characters for use in your notes filenames. This is set to make files valid for all operating systems by default.
If you find this plugin saves you time or helps you in some way, please consider supporting my development of plugins and other free community material like this. A simply way is to follow and message me on twitter at @daledesilva or Mastadon at indieweb.social/@daledesilva, and you can also support with a donation below.
You can find links to my other projects on designdebt.club, where I blog about design and development, as well as release other plugins like this one. You can also find my writing at at falterinresolute.com where I combine philosophy and animation.
The plugin is listed in Community Plugins within your Obsidian install, however, if for some reason you would like to manually install it instead, you will need to follow the How to Contribute section below in order to build the plugin, and then copy the dist folder into your Obsidian vault's plugins folder.
npm i to install dependenciesnpm run dev to start compilation in watch mode.dist folder to your vault's plugins folder, or read the instructions inside src/static/.hotreload/