From 1ab4f514b49809473432769ca2b757641e22b6c1 Mon Sep 17 00:00:00 2001 From: Denisoed Date: Wed, 23 Oct 2024 22:03:01 +0600 Subject: [PATCH] Updated version & readme --- README.md | 11 ++++++----- manifest.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11eab89..2246dc7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The Obsidian plugin for checking grammar and correcting spelling errors in text. ![Gif](./preview.gif) **IMPORTANT**: + 1. **ALPHA version**. 2. The plugin does not work correctly in the "Live Preview" mode. I'll figure it out and fix it 3. This is experimental and may have instability. It is possible that there are bugs which may delete data in the current note. Please make backups! @@ -23,16 +24,16 @@ The Obsidian plugin for checking grammar and correcting spelling errors in text. ## Features -* Search for spelling errors in the text -* Displaying options for correcting word mistakes -* Correct a word mistake in one click +- Search for spelling errors in the text +- Displaying options for correcting word mistakes +- Correct a word mistake in one click ## Todo - + - [x] Integration [Grammarly](https://www.grammarly.com) - [ ] Support "Live Preview" mode - [ ] Fix the styles in the mobile version -- [ ] Add the ability to save words in your personal dictionary +- [x] Add the ability to save words in your personal dictionary - [ ] Add settings for selecting a dialect(`american` or `british`) - [ ] Add Plagiarism Checker diff --git a/manifest.json b/manifest.json index 816e26a..6e7250e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-orthography", "name": "Orthography", - "version": "3.0.1", - "minAppVersion": "1.5.12", + "version": "3.1.0", + "minAppVersion": "1.7.4", "description": "Check & fix orthography errors in text.", "author": "Denisoed", "authorUrl": "https://github.com/denisoed", diff --git a/package.json b/package.json index 810a35d..bf5374c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-orthography", - "version": "3.0.1", + "version": "3.1.0", "description": "Check orthography plugin for Obsidian (https://obsidian.md)", "repository": { "type": "git",