We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The style related widgets (bold! etc.) are pretty nice: https://github.com/sophacles/extra-widgets/blob/main/src/text_macros/mod.rs
bold!
suggested in an issue ratatui/ratatui#118
The text was updated successfully, but these errors were encountered:
Currently this is already possible:
"hello world".bold()
Is having this additionally going to be valuable?
bold!("hello world")
Sorry, something went wrong.
Maybe (unsure), the difference is runtime via an imported trait vs compile time via expansion.
No branches or pull requests
The style related widgets (
bold!
etc.) are pretty nice:https://github.com/sophacles/extra-widgets/blob/main/src/text_macros/mod.rs
suggested in an issue ratatui/ratatui#118
The text was updated successfully, but these errors were encountered: