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

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