DocSpace-client/plugins/docspace-plugin
2023-02-08 10:21:42 +03:00
..
npx Plugins: add docspace-plugins and simple examples 2022-08-11 17:53:08 +03:00
src Plugins:Docspace-plugin: pack package 2022-08-24 13:27:55 +03:00
templates Plugins: delete localhost for examples and templates 2022-08-25 10:53:40 +03:00
.gitignore Plugins: add docspace-plugins and simple examples 2022-08-11 17:53:08 +03:00
docspace-plugin-1.0.0.tgz Plugins: update templates 2022-08-24 13:51:48 +03:00
package.json Plugins: delete license from package.json files 2022-08-24 14:40:38 +03:00
README.md Plugins: add readme for docspace-plugin 2022-08-25 13:52:46 +03:00
tsconfig.json Plugins: add docspace-plugins and simple examples 2022-08-11 17:53:08 +03:00
yarn.lock Plugins: bump dependencies 2023-02-08 10:21:42 +03:00

ONLYOFFICE docspace-plugin

Overview

ONLYOFFICE docspace-plugin is a npm package based on typescript engines which provides interfaces to create your own docspace embed plugin

Functionality

  • Creating base plugins with npx command.
  • Interfaces for embedding in context menu.
  • Interfaces for embedding in profile menu.
  • Interfaces for embedding in main button.
  • Available to add event listeners.