Skip to content

Upgrading V3 Dictionaries

user202729 edited this page Aug 4, 2021 · 25 revisions

Upgrading V3 Dictionaries

If you've installed Plover version 3 but have later switched to version 4, it is recommended you update the dictionaries to stay up to date with the current learning resources. Since Plover does not remove the dictionaries on uninstallation, it is necessary to do this manually.

Steps

First ensure that Plover version 4 is installed.

On later versions of Plover version 4, you can open Plover's config folder via the option in the file menu:

In this folder you will find the dictionaries. Simply delete main.json and commands.json. You will then need to either restart Plover, or reconnect the machine so that Plover will replace it with its own version.

Alternatively, you can also download an up-to-date version of the Plover dictionaries ( main.json, commands.json ) (either open the link and save the file, or right click the link and press "save link as"), then replace the old dictionaries in the config folder. You will then need to either restart Plover, or reconnect the machine to refresh the dictionaries.

Location of the config folder

The exact location of this folder depends on the operating system, and it is as follows.

Windows

C:\Users\<USERNAME>\AppData\Local\plover\plover

Mac

/Users/<user>/Library/Application Support/plover

Linux (AppImage)

dev8 and before:

~/.local/share/plover

NOTE: this location will still work for later versions of Plover due to backwards compatibility.

dev9 and after:

~/.config/plover
Clone this wiki locally