Erik Breslmayr
1 min readNov 9, 2021

Change spell check settings for Miro Desktop App on Windows

Disable or change language for Miro spell check

If you want to disable, change or to add a language the spell check function in the Miro Desktop App, this is possible by changing some settings in the Preferencesor settings.json files.

  • Navigate to the location of these files and open the files with an Editor such as Notepad.

The AppData folder in your user directory is hidden, therefore click on View and enable Hidden items within the Windows Explorer.

Location of Miro setting files.
  • To disable the spell checking, open the settings.jsonfile and set the spellCheck setting from true to false.
“SAVED_APP_SETTINGS”: {
“spellCheck”: false,
  • To add or change the language, open the Preferences file and add a additional language or exchange it. For german add “de”, for american english add “en-US”. In the example two languages are used for spell checking.
{"spellcheck":{"dictionaries":["de","en-US"],"dictionary":""}}
  • Tested for Miro 2.0.3.0

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Erik Breslmayr
Erik Breslmayr

Written by Erik Breslmayr

During my PhD, I worked in the field of bioinformatics (protein modelling/simulation). Now, I want to share my experience with you.

No responses yet

Write a response