1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-11 19:57:23 +03:00

Lexical API: Added public event to access editor API

Updated documentation to match.
Ran manual testing of examples.
This commit is contained in:
Dan Brown
2025-12-05 14:07:24 +00:00
parent dfdcfcfdb8
commit 8890746278
5 changed files with 62 additions and 15 deletions

View File

@@ -161,3 +161,7 @@ window.$components.firstOnElement(element, name);
There are a range of available events that are emitted as part of a public & supported API for accessing or extending JavaScript libraries & components used in the system.
Details on these events can be found in the [JavaScript Public Events file](javascript-public-events.md).
## WYSIWYG Editor API
Details on the API for our custom-built WYSIWYG editor can be found in the [WYSIWYG JavaScript API file](./wysiwyg-js-api.md).