Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avelino/logseq-languagetool
This is a plugin for Logseq to check grammar and spelling using LanguageeTool
https://github.com/avelino/logseq-languagetool
babashka bb clojure clojurescript logseq logseq-plugin
Last synced: 4 months ago
JSON representation
This is a plugin for Logseq to check grammar and spelling using LanguageeTool
- Host: GitHub
- URL: https://github.com/avelino/logseq-languagetool
- Owner: avelino
- License: mit
- Created: 2023-04-08T23:25:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:27:07.000Z (8 months ago)
- Last Synced: 2024-06-24T12:03:24.628Z (8 months ago)
- Topics: babashka, bb, clojure, clojurescript, logseq, logseq-plugin
- Language: Clojure
- Homepage:
- Size: 265 KB
- Stars: 32
- Watchers: 12
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logseq LanguageTool Plugin
This is a [Logseq](https://logseq.com/) plugin to check grammar and spelling using [LanguageeTool](https://languagetool.org/).
Written in [ClojureScript](https://clojurescript.org/) with [shadow-cljs](https://github.com/thheller/shadow-cljs) and [babashka (`bb`)](https://github.com/babashka/babashka) as the main tooling.
> ⚠️ **developing**: this plugin is still under development. It is not ready for production use.
![marketplace in developer](https://raw.githubusercontent.com/avelino/logseq-languagetool/main/resources/screenshot-01.png)
## development
run in development mode *(watch)*:
```sh
bb run dev
```* Enable developer mode in Logseq
* Click "Load unpacked plugin" to open this folder
* Click the "Reload" button to refresh latest changes## Release
```sh
bb run build
```