From 3e68211348edffbb759ef7a5f9e1a3b54b8d8387 Mon Sep 17 00:00:00 2001 From: xdan Date: Wed, 6 Nov 2024 22:50:08 +0300 Subject: [PATCH] Update docs --- src/plugins/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/plugins/README.md b/src/plugins/README.md index e2c498ba6..9f4fc64c4 100644 --- a/src/plugins/README.md +++ b/src/plugins/README.md @@ -1 +1,7 @@ -# Jodit's plugins +# Plugins + +This directory contains the plugins that are used by the application. The plugins are used to extend the functionality of the application. + +Plugins are written in TypeScript and are compiled to JavaScript. The plugins can be loaded dynamically by the application. + +[More about plugin system](https://xdsoft.net/jodit/docs/plugin-system.html)