htmap icon indicating copy to clipboard operation
htmap copied to clipboard

Revamp Settings for internal simplicity

Open JoshKarpel opened this issue 4 years ago • 0 comments

The Settings object is way too complicated for what it actually needs to do. New version should

  • Support only one level of nesting (keys are either values, or dictionaries containing values).
  • Be case-insensitive on insert and get, and normalize the internal storage as well.

JoshKarpel avatar Jul 24 '19 18:07 JoshKarpel