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

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