You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to provide a way to configure how tags are rendered in the badge separate from how they're defined in text. For example in-text tagging may include hierarchy ..tags:: domain:geometry but we'd like the rendered tag to display just geometry because we can show the hierarchy in a different manner. I'm thinking something like a callable: Tag.set_formatter(lambda: x: x[:10])
Is it possible to provide a way to configure how tags are rendered in the badge separate from how they're defined in text. For example in-text tagging may include hierarchy
..tags:: domain:geometry
but we'd like the rendered tag to display justgeometry
because we can show the hierarchy in a different manner. I'm thinking something like a callable:Tag.set_formatter(lambda: x: x[:10])
attn: @esibinga
The text was updated successfully, but these errors were encountered: