zhaolei d92540f08a fixed #10726 (#10733) hai 4 semanas
..
src d92540f08a fixed #10726 (#10733) hai 4 semanas
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby %!s(int64=3) %!d(string=hai) anos
package.json d1293c6a89 update author field hai 4 meses
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 fed3c78e79 Bump readable-stream from 4.2.0 to 4.4.0 in /tabby-core %!s(int64=2) %!d(string=hai) anos

README.md

Tabby Core Plugin

See also:

This module provides:

  • tabbed interface services
  • toolbar UI
  • config file management
  • hotkeys
  • tab recovery
  • logging
  • theming

Using the API:

import { AppService, TabContextMenuItemProvider } from 'tabby-core'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: TabContextMenuItemProvider, useClass: MyContextMenu, multi: true },
    ...
  ]
})