Ivaylo Pavlov
Ivaylo Pavlov
Lexical version: 0.14.2 When the heading is within a table, collapsible section or any other type of Element Node, the order inside the Table Of Contents is incorrect and it...
Lexical version: 0.14.3 ## Steps To Reproduce Type any text, add a link, select the text and the link, change the color to 'red'. The link also changes color, rather...
lexical **Alternative to** quill, draft-js, slate, prosemirror **Quality check** - [x] Package has sufficient overlap in functionality to act as a replacement. - [x] Package is actively maintained, and/or stable...
Lexical version: 0.15.0 https://github.com/facebook/lexical/assets/7893468/0cd01dd7-c3a1-4476-81ce-bb5c078bac1c When a table is inserted inside a collapsible section content, the selection logic @serey-roth did doesn't take effect it appears. Enter still goes to the last...
Lexical version: 0.15.0 https://github.com/facebook/lexical/assets/7893468/8758bab8-31f8-4636-8001-0479166d2897 The issue was introduced with the PR for fixing the styling, but it doesn't apply to the last character. For @Shubhankerism to fix.
Version 0.13.1 https://github.com/facebook/lexical/assets/7893468/315afaaf-520f-4faa-86ea-108c1e59849e **Expected Behaviour** Should just bullet/unbullet respectively.
Currently, the TableCellNode tracks the format of the paragraph inside. This is applied correctly when selection is via table selection (range selection including a table, whole table selection, cells selection)....
Lexical version: 0.17.1 Since the table cells are empty paragraphs without text nodes, applying formatting and styling to the cells doesn't persist when text is added later. Those changes should...
Resolves: #4437 https://github.com/user-attachments/assets/6fc1d1a8-2302-4a39-867b-c39c5c8fa54b Mechanics: Chaging the CSS attribute writing-mode to 'vertical-rl' or 'vertical-lr' makes the text direction vertical. Once the text is vertical, most people would center it, to make...
PrismJS appears to be no longer maintained and Shiki seems to be the closest maintained alternative for syntax highlighting. A number of people have suggested the migration and I agree...