josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON
https://jsoneditoronline.org
Other
818 stars 108 forks source link

API for plugins #283

Closed AlexRMU closed 1 year ago

AlexRMU commented 1 year ago

You can create an opportunity to add plugins that interact with the internal API and utilities, change components and their styles, add new functionality. It is also possible to transfer some of the methods, parameters, and internal functions of the editor to plugins that are installed by default. See how it is implemented here:

This will help those who use the editor and want to customize it to their needs. It can also help in the development of the editor itself, if it grows a lot in the future.