From 99b04a33cfad61008113c64da5dd297790c2437b Mon Sep 17 00:00:00 2001 From: hellonadya Date: Fri, 10 Apr 2020 18:18:45 +0300 Subject: [PATCH] Update README.md - add how to use --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec7d436..1e4ba94d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ This plugin is an example of an input assistant for ONLYOFFICE editors. ## How to use -[detailed info coming soon] +1. Start typing and the plugin will suggest variants for you. +2. Click on the variant you want to be inserted into your doc. + +Please note that it is the system plugin so that's OK that you can't see it in the Plugins tab. ## How to install @@ -17,7 +20,7 @@ Put the folder with the plugin code to ONLYOFFICE Document Server folder: **For desktop editors** -* Archive the plugin files (config.json, index.html, and pluginCode.js). +* Archive the plugin files (it must contain config.json, index.html, and pluginCode.js). * Change the file extension to .plugin. * Go to the Plugins tab, click Manage Plugins >> Add plugin, browse for the .plugin file.