JoshCheek / atom-seeing-is-believing

Seeing is Believing integration for the Atom text editor.
Do What The F*ck You Want To Public License
62 stars 4 forks source link

Configuration #12

Closed JoshCheek closed 8 years ago

JoshCheek commented 9 years ago

Going to leave this where it is for now, but hopefully the configuration interface will improve and we can have good config.

JoshCheek commented 9 years ago

Notes I had locally about this:

Main docs
  https://atom.io/docs/api/v0.189.0/Config
Other docs
  https://atom.io/docs/latest/behind-atom-configuration-api
Mediocre Example
  https://atom.io/docs/v0.186.0/creating-a-package#adding-configuration-settings
Format
  http://json-schema.org/
My attempt
  https://github.com/JoshCheek/atom-seeing-is-believing/tree/config-schema
My issue (config values not getting loaded into Atom)
  https://discuss.atom.io/t/configuration-vars-dont-show-up/14480
My other issue (can't use JSON schema to specify what I need to)
  https://discuss.atom.io/t/config-vars-of-type-object-get-lost-ignore-schema/14497
Issue on Atom
  https://github.com/atom/settings-view/issues/356
Resources
  A nice looking example of how to make a package
    https://atom.io/docs/v0.189.0/hacking-atom-package-word-count
  Others:
    https://atom.io/docs/v0.189.0/hacking-atom-package-modifying-text
    https://atom.io/docs/v0.186.0/creating-a-package#adding-configuration-settings
JoshCheek commented 8 years ago

Closed by https://github.com/JoshCheek/atom-seeing-is-believing/pull/24