Eugene Pankov 8f4e28fba4 bumped plugins 4 năm trước cách đây
..
src 897bc77d05 Update tabHeader.component.scss 4 năm trước cách đây
README.md bbb02f4e64 bundle the clickable-links plugin with Tabby 4 năm trước cách đây
package.json 8f4e28fba4 bumped plugins 4 năm trước cách đây
tsconfig.json 43cd3318da project rename 4 năm trước cách đây
tsconfig.typings.json 43cd3318da project rename 4 năm trước cách đây
webpack.config.js 43cd3318da project rename 4 năm trước cách đây
yarn.lock 0814d44207 Translation infrastructure 4 năm trước cách đây

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