harrynull / Flow.Launcher.Dictionary

A dictionary plugin for Flow Launcher that supports spelling correction and synonym.
GNU Lesser General Public License v3.0
24 stars 4 forks source link

dict files lost when updating plugin #2

Closed jjw24 closed 3 years ago

jjw24 commented 3 years ago

originally from https://github.com/jjw24/WoxDictionary/issues/5

image

Due to the files not being kept in UserData location.

Suggestion: Store dict files in UserDataLocation\Settings\Plugins\Flow.Launcher.Dictionary

harrynull commented 3 years ago

I am working on a feature where it can download the database and store it to %LocalAppData%\Flow.Dictionary\ecdict.db if needed. I feel weird putting it under Settings and the file seems to be too large to roam. Let me know if you think otherwise.