bc547 66b7632958 Fix lint error hace 1 año
..
src 66b7632958 Fix lint error hace 1 año
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby hace 4 años
package.json 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings hace 2 años
tsconfig.json 43cd3318da project rename hace 4 años
tsconfig.typings.json 43cd3318da project rename hace 4 años
webpack.config.mjs 1e5cfd1d4b bootstrap 5 WIP (#7891) hace 3 años
yarn.lock 6813fd54cd build(deps-dev): bump marked and @types/marked in /tabby-settings hace 2 años

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