-
Notifications
You must be signed in to change notification settings - Fork 286
Description
A nice to have feature for this program would be to automatically add character names to the spellcheck dictionary. It's easy enough to do manually of course, but doing it automatically would be nice. It would also be better for instances where the user might change the spelling of a characters name, to have the old spelling removed from the dictionary and the new added.
It seems like this ought to be a fairly easy addition, and I'd be willing to make the change myself if someone more familiar with the project code would be willing to give me some information on how spellcheck works in Manuskript. I'm pretty handy with Python, though I mostly do web services and simple command-line scripts rather than user-facing GUI application like this. I looked over the code in the spellcheck.py module in the project, and it doesn't have a whole lot of documentation, and I'm not 100% sure what all the functions are for.