Eugene c12b445ccd more commands há 1 ano atrás
..
src c12b445ccd more commands há 1 ano atrás
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby há 4 anos atrás
package.json 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings há 2 anos atrás
tsconfig.json 43cd3318da project rename há 4 anos atrás
tsconfig.typings.json 43cd3318da project rename há 4 anos atrás
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) há 2 anos atrás
yarn.lock 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings há 2 anos atrás

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 },
    ...
  ]
})