Overview
Long transcripts can drown the conversation window. You can now paste them inside collapsible log blocks so they stay neatly folded until someone clicks to expand them. Works anywhere you type a message in chat.Syntax
<tag>
– any single word slug (letters, numbers,-
or_
) that describes the content. Common examples:meeting
,incident
,ticket
.<Title>
– the one-line summary shown in the header.- Body – everything up to the closing three back-ticks.
Example
Paste this whole snippet in chat to see the feature in action:Styling
Each block’s left border colour changes with the tag:Tag | Colour |
---|---|
meeting | green |
incident | red |
ticket | yellow |
others | default |
Tips
- Mix regular Markdown before, between, or after blocks.
- You can nest multiple blocks in a single message.
- Titles support any characters except a line-break.