Python version: unknown, but I'm using Wordbook via Flatpak
Operating System: Endless OS
Description
Currently, Wordbook requires an Internet connection when first running in order to download word definitions. However, this limits its utility in offline environments, as you cannot redistribute just the app itself to offline environments. (For example, an offline dictionary app would be great on Endless OS for schools with limited or no Internet connectivity.)
Instead, it would be helpful to include the dictionary/wordnet data in the app itself, e.g. via the build system. For Flatpak specifically, I believe the data could be referenced in the manifest and downloaded on demand at build time, then bundled in the app.
Description
Currently, Wordbook requires an Internet connection when first running in order to download word definitions. However, this limits its utility in offline environments, as you cannot redistribute just the app itself to offline environments. (For example, an offline dictionary app would be great on Endless OS for schools with limited or no Internet connectivity.)
Instead, it would be helpful to include the dictionary/wordnet data in the app itself, e.g. via the build system. For Flatpak specifically, I believe the data could be referenced in the manifest and downloaded on demand at build time, then bundled in the app.