POC using Lexical Editor#13
Closed
cguedes wants to merge 29 commits into
Closed
Conversation
- integration with AI panel for selected text
- Based in the Lexical rich-text-example - https://codesandbox.io/s/lexical-rich-text-example-5tncvy
sergioramos
reviewed
May 16, 2023
Contributor
|
Hey small development process that I like to follow: I prefer to have an issue open before a PR is opened. @cguedes could you open an issue for a Lexical prototype so that we can discuss high-level thoughts there and code-level thoughts here in the PR? |
Collaborator
Author
Contributor
|
Up to you! |
Co-authored-by: Mathis Pierron <[email protected]>
Also: - Adds action to toolbar - Configure default editor content to include a collapsible panel
- code cleanup for the ActionsButton in the editor
Collaborator
|
Another small point on development process: it'll be easier for everyone if we create branches on this repo (rather than a fork) for PRs. I think everyone should have push rights? Or can easily be given them. |
Contributor
|
Wow a lot of features already implemented! A few thoughts:
|
Merged
Collaborator
Author
|
Closing this in favor of #23 that integrates Lexical using the most recent codebase. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the POC for using Lexical within the evaluation of text editors being discussed in #4
POC with 3 panels:
Selections of text are listed in the right panel, and clicks on a reference (left panel) add the text (ex: Ref 3) to the selected/cursor area in the editor (central panel).