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

Implement a "rich text context/scope" #60

Open
SamRodri opened this issue Apr 9, 2024 · 0 comments
Open

Implement a "rich text context/scope" #60

SamRodri opened this issue Apr 9, 2024 · 0 comments
Labels
A-text Area: Text shaping and widget todo TODO task

Comments

@SamRodri
Copy link
Collaborator

SamRodri commented Apr 9, 2024

That is a way for texts to know their sibling texts in the same Wrap panel. This context should enable multiple features:

  • White space collapse across texts.
  • Justify in rich text.
  • Selection across texts (copy concatenates).
  • Edit across multiple texts.

The text context takes over commands like undo, clipboard. Maybe can be generalized as each text is its own scope by default, but a contextual scope overrides it.

@SamRodri SamRodri added todo TODO task A-text Area: Text shaping and widget labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-text Area: Text shaping and widget todo TODO task
Projects
None yet
Development

No branches or pull requests

1 participant