Updated readme and manfest description

This commit is contained in:
Dale de Silva 2024-04-20 15:38:21 +10:00
parent 36e483227a
commit 17e091a79c
2 changed files with 5 additions and 2 deletions

View file

@ -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.**<br/>
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.
<div>
<image src="docs/media/start-import-modal.png" width="43%" alt="A screenshot of the plugin's file import dialog."/>
<image src="docs/media/progress-preview.gif" width="56%" alt="A preview of the progress dialog and error log."/>

View file

@ -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",