Custom dictionary on a shared server?

Does anyone know if it is possible to setup a custom dictionary on a shared file server so that multiple editors can access it? Thank you!

The spellchecker expects a file on your local system and will read/write data as needed.

In order to be shared we would have to allow this location to be changed by the user and to cater for concurrent access by multiple users. Both of these are possible but will require additional programming.
We will look at adding these to a future release.

At the moment the only workaround would be to distribute a copy of common words to users and have them replace/merge their own word file. Obviously this isn’t ideal since you would also need to refresh everyone’s copy when enough changes have accumulated.