---
title: "Plugins Directory"
description: "Overview of the Jodit plugins directory where TypeScript plugins extend the editor and can be loaded dynamically through the plugin system."
metadata:
  - name: keywords
    content: "jodit, plugins, plugin system, editor extensions, typescript plugins, dynamic loading"
---
# 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)

