Autocomplete
Helps the user to input text quickly.
Plugin type: input helper, system.
Supported editors: documents, spreadsheets, presentations.
Download this plugin from the ONLYOFFICE App Directory and install it following the
desktop, on-premises,
or cloud installation instructions.
- Start typing a word. If the plugin finds some words in the dictionary, an input helper window with the found words will appear.
- Select the required option using the Down/Up arrow button and press the Enter button to complete the word.
Repository on GitHub: https://github.com/ONLYOFFICE/plugin-autocomplete.
- config.json, index.html and code.js
- The dictionary.js file contains words for autocompletion.
{
"name" : "example_autocomplete",
"guid" : "asc.{A103601F-FDA0-418A-BC37-A514031894C0}",
"version" : "1.0",
"variations" : [
{
"description" : "example_autocomplete",
"url" : "index.html",
"icons" : ["resources/img/icon.png", "resources/img/icon@2x.png"],
"isViewer" : false,
"EditorsSupport" : ["word", "slide", "cell"],
"isVisual" : false,
"isSystem" : true,
"initDataType" : "none",
"initData" : "",
"buttons" : [ ],
"events" : [
"onInputHelperClear",
"onInputHelperInput"
]
}
]
}
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.