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

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