Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration file outline #8

Open
tgross35 opened this issue Jul 26, 2022 · 0 comments
Open

Configuration file outline #8

tgross35 opened this issue Jul 26, 2022 · 0 comments

Comments

@tgross35
Copy link
Contributor

We will keep everything in ~/.zspell. Users can place dictionaries there. Directory contents

config.toml
registry.toml
dictionaries/
  personal.txt
  dic1.dic
  dic1.aff
  dic1.license
  dic1.readme / dic.readme.md

config.toml

# If empty, use the system's language
default_language = ""
extra_search_paths = [
  ""
]
include_default_search_paths = true

registry.toml

# This file is automatically generated
[[dictionary]]
name = "en_US"
version = ""
license = "dictionaries/en_US.license"
dict_file = "dictionaries/en_US.dic"
affix_file = "dictionaries/en_US.aff"
released= 1979-05-27T07:32:00Z
acquired = 1979-05-27T07:32:00Z
source = "github.com/..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant