Skip to content

Commit

Permalink
Updated version & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Denisoed committed Oct 23, 2024
1 parent c4dcf21 commit 1ab4f51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,24 @@ 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!
4. The plugin handles only English 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

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1ab4f51

Please sign in to comment.