-
Notifications
You must be signed in to change notification settings - Fork 128
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
Suggestion: Make modal font and text alignment configurable #158
Comments
Haha, you really seem to push the limits! I’ll see what I can do. |
I confess that I have longed for a way to do little GUI widgets in Phoenix, but oh, well, maybe just faking it with some text will work, as well. |
I must also confess, I have also experimented with aligning text in the modals, but without a monospaced font, it's quite challenging 😄 . |
Is this feature being considered for any near-future release? |
@AlexGustafsson Should be relatively simple to do, I’ll try to add it to some near-future release. Thanks for the patience. |
I added support to configure the font in the modals. I still need to evaluate the alignment part. |
Support for text alignment has been added. |
Wouldn't it be nice if the font of the modal was configurable? (I would select a monospaced font so that I can do ASCII graphics.)
Wouldn't it be nice if I could specify left-aligned text (instead of centered text)?
More specifically, my configuration includes a window selector, and I would like to draw a diagram like this:
The first line has a filter, and the second line is a crude visualization of the cursor (caret), so that users can see where it is.
The last three lines show windows, the middle one is selected as indicated by this crude arrow. And all of this can be achieved just by supporting a monospaced font! :-)
The text was updated successfully, but these errors were encountered: