antokeinanen4k downloadsSpellchecker for the Finnish language using Voikko.
Ohjeet ovat myös käännetty suomenkielelle. Voit lukea ne täältä.
Sadly we currently only support the computer version of obsidian.

The Finnish Spellcheck for Obsidian is a plugin for obsidian that integrates advanced spellchecking and grammatical analysis into your Obsidian editor. It utilizes Voikko, a tool for Finnish language that includes morphological analysis, spelling, grammar checking, hyphenation, and other linguistic data.
The plugin can be installed from the obsidian community plugins page.
main.js, styles.css, and manifest.json files from the releases page.{vault path}/.obsidian/plugins/finnish-spellcheck/.Once installed, this plugin adds a command panel entry called "Spellcheck" that can be accessed by pressing Ctrl+P. Additionally, you can run the spellcheck by clicking the "Aa" button in the bottom right corner.
Contributions to this plugin are welcome and appreciated. Please ensure that any contributions follow the codebase's conventions, use the Angular style for commit messages and format the code with npm run format.
To build the plugin from source, follow these steps:
libvoikko-js from https://github.com/niilo/libvoikko-js using the provided Dockerfile.libvoikko-morpho.js and libvoikko-morpho.d.ts to src/voikko in this repository.npm run build.This repository is under the GNU Affero General Public License v3.0. For more information please read the license file.
This plugin heavily relies on the following open-source projects and I would like to thank their authors and maintainers: