# plugin-autocomplete **Repository Path**: snxamdf/plugin-autocomplete ## Basic Information - **Project Name**: plugin-autocomplete - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2021-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Autocomplete plugin This plugin is an example of an input assistant for ONLYOFFICE editors. The plugin is compatible with [self-hosted](https://github.com/ONLYOFFICE/DocumentServer) and [desktop](https://github.com/ONLYOFFICE/DesktopEditors) versions of ONLYOFFICE editors. It can be added to ONLYOFFICE instances manually. ## How to use 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 Detailed instructions can be found in [ONLYOFFICE API documentation](https://api.onlyoffice.com/plugin/installation). ## Documentation Plugins structure and installation https://api.onlyoffice.com/plugin/basic. Plugins code and methods https://api.onlyoffice.com/docbuilder/basic. ## User feedback and support To ask questions and share feedback, use Issues in this repository.