RhoInc / web-codebook

A web-based version of the codebook, which generates a concise summary of every variable in a dataset.
https://rhoinc.github.io/web-codebook/test-page/default/
MIT License
11 stars 5 forks source link

Allow users to provide custom labels for tabs #212

Closed jwildfire closed 7 years ago

jwildfire commented 7 years ago

Added via config.tabs. Wiki Documentation added here

jwildfire commented 7 years ago

Test Notes: Confirm that the settings object below creates a codebook with just the given tabs with the custom labels and instructions as specified:

{
  "tabs":[
    "codebook",
    {"key":"settings","label":"Settingz","instructions":"Set!"}
  ]
}
dschwentker commented 7 years ago

Confirmed settings object can create custom tabs and labels in all browsers.