-
Notifications
You must be signed in to change notification settings - Fork 185
Ability to exclude tip channels #1638
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
Comments
Thanks for the feedback! You can suppress this behavior by specifying a title channel and supplying the content yourself. We don’t distinguish between “extra” channels declared in the channels option vs. normal channels. We may support a way to suppress specific channels using custom formatting (e.g., setting the format to null for a given channel); that is covered by #1612, so I’m going to consolidate this issue into that one. |
Maybe I'm missing something, but I don't see how to supply bold text for channel labels or color squares for color channels with the title option to match the default tip rendering. |
Is the channels mark option just for rendering tips? I can't find any documentation on it outside of the channels tip mark. If so it really seems more intuitive to me that it override the rendered channels rather than append to the rendered channels; in that way it can also be used for full control over the order channels are rendered in the tip. |
no
There's a mention here: "additional channels can be declared using the mark channels option", but tbf it doesn't say that this is available outside of initializers. |
Arguably only the channels in the channels mark option should be rendered in the tip, if the channels option is given.
The text was updated successfully, but these errors were encountered: