Eugene 2bc95bb0e0 removed legacy themes il y a 1 an
..
src 2bc95bb0e0 removed legacy themes il y a 1 an
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby il y a 4 ans
package.json 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings il y a 2 ans
tsconfig.json 43cd3318da project rename il y a 4 ans
tsconfig.typings.json 43cd3318da project rename il y a 4 ans
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) il y a 3 ans
yarn.lock 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings il y a 2 ans

README.md

Tabby Settings Plugin

  • tabbed settings interface

Using the API:

import { SettingsTabProvider } from 'tabby-settings'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: SettingsTabProvider, useClass: MySettingsTab, multi: true },
    ...
  ]
})