]> BookStack Code Mirror - bookstack/history - resources/js/wysiwyg/index.ts
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / js / wysiwyg / index.ts
2025-06-17 Dan BrownMerge pull request #5653 from BookStackApp/v25-05-1...
2025-06-13 Dan BrownLexical: Fixed strange paragraph formatting behaviour
2024-12-20 Dan BrownMerge pull request #5365 from BookStackApp/lexical_fixes
2024-12-16 Dan BrownLexical: Added testing for some added shortcuts
2024-12-14 Dan BrownLexical: Added auto links on enter/space
2024-12-04 Dan BrownMerge pull request #5349 from BookStackApp/lexical_reorg
2024-12-04 Dan BrownLexical: Reorganised custom node code into lexical...
2024-09-30 Dan BrownMerge branch 'feature/opensearch' into development
2024-09-27 Dan BrownMerge branch 'lexical' into development
2024-09-15 Dan BrownLexical: Fixed a range of issues in RTL mode
2024-09-09 Dan BrownLexical: Added single node backspace/delete support
2024-09-09 Dan BrownLexical: Further fixes
2024-09-08 Dan BrownLexical: Range of bug fixes, Updated lexical version
2024-09-08 Dan BrownLexical: Added media resize support via drag handles
2024-09-07 Dan BrownLexical: Revamped image node resize method
2024-08-21 Dan BrownLexical: Added drop/paste image handling
2024-08-20 Dan BrownLexical: Finished off baseline shortcut implementation
2024-08-20 Dan BrownLexical: Started adding editor shortcuts
2024-08-11 Dan BrownLexical: Added id support for all main block types
2024-08-03 Dan BrownLexical: Split helpers to utils, refactored files
2024-08-02 Dan BrownLexical: Started on table actions
2024-07-30 Dan BrownLexical: Updated task list to use/support old format
2024-07-29 Dan BrownLexical: Linked up change/draft management
2024-07-29 Dan BrownLexical: Started drop handling, handled templates
2024-07-23 Dan BrownLexical: Added common events support
2024-07-23 Dan BrownLexical: Improved table resize bars
2024-07-19 Dan BrownLexical: Added toolbar scroll/resize handling
2024-07-19 Dan BrownLexical: Finished up core drawing insert/editing
2024-07-16 Dan BrownLexical: Added code block selection & edit features
2024-07-09 Dan BrownLexical: Added initial form/modal styles
2024-07-04 Dan BrownLexical: Linked up saving logic of editor via interface
2024-07-01 Dan BrownLexical: Started loading real content, Improved html...
2024-07-01 Dan BrownLexical: Added tracked container, added fullscreen...
2024-06-23 Dan BrownLexical: Updated lexical, added undo state tracking...
2024-06-21 Dan BrownLexical: Added base table support and started resize...
2024-06-12 Dan BrownLexical: Added view/edit source code button/form/action
2024-05-28 Dan BrownLexical: Started UI fundementals with basic button
2024-05-28 Dan BrownLexical: Added custom id-supporting paragraph blocks
2024-05-27 Dan BrownLexical: Switched to ts for new editor build