BookStackApp_BookStack/resources/js/wysiwyg/lexical
Dan Brown 2b746425c9
Lexical: Fixed code in lists, removed extra old alignment code
Code in lists could throw error on parse due to inner <code> tag being
parsed but not actually used within a <pre>, so this updates the
importDOM to disregard childdren for code blocks.

This also improves the invariant implementation to not be so
dev/debugger based, and to include vars in the output.
2025-02-16 15:09:33 +00:00
..
clipboard Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
core Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
headless Lexical: Added testing for some added shortcuts 2024-12-16 16:27:44 +00:00
history Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
html Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
link Lexical: Merged custom paragraph node, removed old format/indent refs 2024-12-03 16:24:49 +00:00
list Lexical: Aligned new empty item behaviour for nested lists 2024-12-17 16:52:14 +00:00
rich-text Lexical: Fixed code in lists, removed extra old alignment code 2025-02-16 15:09:33 +00:00
selection Lexical: Updated tests for node changes 2024-12-04 20:03:05 +00:00
table Lexical: Linked table form to have caption toggle option 2025-01-22 20:39:15 +00:00
utils Lexical: Updated tests for node changes 2024-12-04 20:03:05 +00:00
yjs Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
ORIGINAL-LEXICAL-LICENSE Lexical: Imported core lexical libs 2024-09-18 13:43:39 +01:00
readme.md Lexical: Reorganised custom node code into lexical codebase 2024-12-04 18:53:59 +00:00

Lexical Editor Framework

This is a fork and import of the Lexical editor at the version of v0.17.1 for direct use and modification in BookStack. This was done due to fighting many of the opinionated defaults in Lexical during editor development.

Only components used, or intended to be used, were copied in at this point.

License

The original work built upon in this directory and below is under the copyright of Meta Platforms, Inc. and affiliates. The original license can be seen in the ORIGINAL-LEXICAL-LICENSE file.

Files may have since been added or modified with changes being under the license and copyright of the BookStack project as a whole.