Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ability to pass in components into the editor #188

Open
Sebastian-ubs opened this issue Oct 17, 2024 · 1 comment
Open

Create ability to pass in components into the editor #188

Sebastian-ubs opened this issue Oct 17, 2024 · 1 comment

Comments

@Sebastian-ubs
Copy link

User Story
As a developer, consuming the editor, I want to be able to pass in components into the editor so that I will be able to design complex components independently.

Description
Examples include components for

  • comments
  • checks
  • the toolbar

Implementation idea

  • the editor needs to be able to accept components as properties
  • data flow and storage must be considered
  • think about localization
@Sebastian-ubs
Copy link
Author

alternatively, based on paranext/paranext-core#1220 (comment):

  • the ability to completely hide existing controls (maybe already possible via css)
  • the ability to register and redirect hooks like copy, paste, add comment, ... to a consumer of the editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant