generated from mirrors/plugin-sample-vite-svelte
Docs update + Version Bump
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 53s
All checks were successful
Build on Push and create Release on Tag / build (push) Successful in 53s
This commit is contained in:
parent
5bbf99b1e4
commit
095e2a2bb9
3 changed files with 5 additions and 2 deletions
|
@ -17,6 +17,7 @@ This plugin adds a fully featured grammar and spell checker for SiYuan, powered
|
||||||
- [x] Grammar checker like Grammarly
|
- [x] Grammar checker like Grammarly
|
||||||
- [x] Free and open-source
|
- [x] Free and open-source
|
||||||
- [x] [Self-hostable](https://dev.languagetool.org/http-server) grammar checking server
|
- [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
|
- [x] Underlines are not edited into your notes
|
||||||
<details>
|
<details>
|
||||||
<summary>Why does this matter?</summary>
|
<summary>Why does this matter?</summary>
|
||||||
|
@ -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
|
- 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)
|
- [SiYuan plugin sample with vite and svelte](https://github.com/siyuan-note/plugin-sample-vite-svelte)
|
||||||
- [LanguageTool](https://languagetool.org/)
|
- [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!
|
Make sure you check them out and support them as well!
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "syspell",
|
"name": "syspell",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Include a whiteboard for freehand drawing anywhere in your documents.",
|
"description": "Include a whiteboard for freehand drawing anywhere in your documents.",
|
||||||
"repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
|
"repository": "https://git.massive.box/massivebox/siyuan-jsdraw-plugin",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "syspell",
|
"name": "syspell",
|
||||||
"author": "massivebox",
|
"author": "massivebox",
|
||||||
"url": "https://git.massive.box/massivebox/syspell",
|
"url": "https://git.massive.box/massivebox/syspell",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"minAppVersion": "3.0.12",
|
"minAppVersion": "3.0.12",
|
||||||
"backends": [
|
"backends": [
|
||||||
"windows",
|
"windows",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue