Adds a clippy assistant to the document editor.
Plugin type: visual, non-system.
Supported editors: documents, spreadsheets, presentations.
Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/clippy.
{ "name" : "Clippy", "guid" : "asc.{5C521CB8-FD20-4CA3-83D7-1EEB8F4DC759}", "variations": [ { "description": "Clippy", "url": "index.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png"], "isViewer": true, "EditorsSupport": [ "word", "slide", "cell" ], "isVisual": true, "isModal": false, "isInsideMode": true, "initDataType": "none", "initData": "", "buttons": [] }, { "description": "About", "url": "index_about.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png"], "isViewer": false, "EditorsSupport": [ "word", "slide", "cell" ], "isVisual": true, "isModal": true, "isInsideMode": false, "initDataType": "none", "initData": "", "buttons": [ { "text": "Ok", "primary": true } ], "size": [ 400, 50 ] } ] }
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.