-
Notifications
You must be signed in to change notification settings - Fork 550
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
Allow read-only text to be filled in a column #26
Comments
You could provide fixed height for ZefyrEditor, though I'm not sure if this would be exactly what you are looking for. If you need editor to shrink and expand based on the height of text then this is indeed not possible at this point. This is definitely something that can be added at some point though. |
Hi @pulyaevskiy , Looking forward to this feature too. Need to render a list of "zefyr content" without losing their formats and styles. I think render a ZefyrEditor with |
Hey @leedstyh, thanks for your interest! Feel free to thumbs up this issue. I'm trying to prioritize the most requested features first and your +1s are the main indicator I take into account. |
@leedstyh |
This is now possible using |
Currently zefyr is full-screen and manage scrolling itself. However, as I want to put it in a column (to build a message stream, which looks like this issue page), I found that the ZefyrEditor widget doesn't have a size and tries to expand.
Althought I've looked into the source code, I found that it's hard to configure the selection layer to be the same size as the text which knows it size itself.
Do you have any suggestions? Or maybe this option can be added into zefyr?
The text was updated successfully, but these errors were encountered: