This is simple plugin for Obsidian.md (https://obsidian.md).
This uses the API at https://languagetool.org/
If you care about the privacy of your notes you should probably self host language-tool, wether it be locally on your pc or on a server. Link to Docker
If you decide to self host the service, change the link in the configuration accordingly:
- Add a Shortcut to the "Check Text" action.
- Select lines you want to check (if there are no lines selected it will check the whole file)
- Use your shortcut
- Press on an underlined Word to get a suggestions or hover over the suggestion to get an explanation
You may experience some bugs while using this plugin. This version does currently not fully represent the final version.
- Copy over
main.js
,styles.css
,manifest.json
from the latest release to your vaultVaultFolder/.obsidian/plugins/obsidian-languagetool-plugin/
.