From 0b98b21e16246e9ec6cf247f51e335a23170d053 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Fri, 19 May 2023 10:26:12 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index edf3128..b598c56 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ ONLYOFFICE Desktop Editors contain the following components: * [web-apps](https://github.com/ONLYOFFICE/web-apps) - the frontend for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors that allows the user to create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor. * [dictionaries](https://github.com/ONLYOFFICE/dictionaries) - the dictionaries of various languages used for spellchecking in ONLYOFFICE Desktop Editors. +## Plugins + +ONLYOFFICE Desktop Editors offer support for plugins allowing developers to add specific features to the editors that are not directly related to the OOXML format. For more information see [our API](https://api.onlyoffice.com/plugin/basic) or visit github [plugins repo](https://github.com/ONLYOFFICE/onlyoffice.github.io). ## Functionality