From 095e2a2bb92cd735e83f541349ffddbf105e75d7 Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Mon, 6 Oct 2025 11:17:32 +0200 Subject: [PATCH] Docs update + Version Bump --- README.md | 3 +++ package.json | 2 +- plugin.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5eddf38..fc292c7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This plugin adds a fully featured grammar and spell checker for SiYuan, powered - [x] Grammar checker like Grammarly - [x] Free and open-source - [x] [Self-hostable](https://dev.languagetool.org/http-server) grammar checking server +- [x] Offline mode (only simple spell checking) - [x] Underlines are not edited into your notes
Why does this matter? @@ -42,6 +43,8 @@ This project couldn't have been possible without (in no particular order): - The [SiYuan](https://github.com/siyuan-note/siyuan) project - [SiYuan plugin sample with vite and svelte](https://github.com/siyuan-note/plugin-sample-vite-svelte) - [LanguageTool](https://languagetool.org/) +- [ESpells](https://github.com/Monkatraz/espells) +- The authors of [offline dictionaries](https://github.com/wooorm/dictionaries?tab=readme-ov-file#list-of-dictionaries) Make sure you check them out and support them as well! diff --git a/package.json b/package.json index 6f8213f..3e55d9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syspell", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "description": "Include a whiteboard for freehand drawing anywhere in your documents.", "repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin", diff --git a/plugin.json b/plugin.json index 133800e..ea7e078 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "syspell", "author": "massivebox", "url": "https://git.massive.box/massivebox/syspell", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "3.0.12", "backends": [ "windows",