diff --git a/README.md b/README.md index e1560ea..31ec315 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Google Keep Import is a plugin for [Obsidian](https://obsidian.md) 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](https://github.com/obsidianmd/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. +
A screenshot of the plugin's file import dialog. A preview of the progress dialog and error log. diff --git a/manifest.json b/manifest.json index 985f984..7ebd338 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "google-keep-import", "name": "Google Keep Import", - "description": "Allows import of Google Keep backup json files and their attachments. Can also be used to import other files.", - "version": "1.1.3", + "description": "Imports Google Keep backup files and attachments. Can also be used to import other files. Use the official Obsidian Importer plugin instead unless you need additional customisation of character mapping or importing of extraneous files.", + "version": "1.1.31", "author": "Dale de Silva", "minAppVersion": "1.1.10", "authorUrl": "https://designdebt.club",