Replies: 1 comment
-
Yes, you can construct text objects with https://rich.readthedocs.io/en/latest/text.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Rich to format my log messages. This works nicely, and I love the automatic highlighting, but I wish I could disable highlighting for the parts of the line that I have already manually styled with console markup.
Could there be a console markup tag to conditionally enable or disable highlighting for a chunk of text?
For example:
Basically I only want Rich to highlight the message part of my log lines.
Is there currently any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions