Scrolls one line at a time by default.
Hold shift to scroll five lines at a time.
Hold ctrl to scroll to the top or bottom.
URLs containing ://
are automatically turned into links
you can click to quickly copy into your clipboard.
Remain on whispers, officer chat, and channel chats until you change where you want messages sent, just like how say/party/guild chats work by default.
Adds timestamps next to each message. Right-click a chat window tab to configure settings, just like other window settings.
Respects your default tooltip anchor, so plays nice with addons like TinyTip.
Alt click invites the player to your party.
Shift click links the player when typing.
Ctrl click targets the player.
Plays the whisper ping sound and highlights your character's name when it appears in a chat message.
Abbreviates channel headers. E.g., [Party]
becomes [P]
and
[1. General]
becomes [1]
.
Right-click a chat tab to adjust font settings, such as applying an outline or selecting which font family to use.
Create arbitrary hyperlinks as you type using a Markdown-ish syntax. Learn more
Turns channel headers into links. Click a header to open a chat box for that channel.
When typing, move the text cursor using the left/right arrow keys instead of rotating your character.
For those (like me) who shove their chat window to the bottom of the screen. Disabled by default
Gets rid of the chat buttons, but keeps a flashing indicator when the chat window isn't scrolled all the way down. Disabled by default
Interface\AddOns
directory.
NOTE: If you're upgrading from an earlier version, delete all the ChatSuey
folders from your Interface\AddOns
directory before copying the
new ones over.
The goal of Markdown is to provide a way of writing plain text that is easily read and understood by people, while also making it easy for software to convert into a richly formatted document (usually HTML).
If that sounds complicated - don't worry! ChatSuey only borrows Markdown's hyperlink syntax:
In vanilla WoW, the two main types of links you can create are item links and player links. Here's an example of both using Markdown:
[Linen Cloth](item:2589)
[Scott Hamper](player:Chatsuey)
You can find IDs for items at
db.vanillagaming.org
- just look at the ?item=
part of an item page's URL.
ChatSuey differs from traditional Markdown in that you can optionally specify a color for the link inside a set of curly braces at the end:
[Did Somebody Say...](item:19019){legendary}
If you're familiar with hexidecimal, you can also specify a color in an ARGB
format. For example, {ffff8000}
is equivalent to {legendary}
.
Black | |
Gray | |
Silver | |
White | |
Purple | |
Maroon | |
Red | |
Fuchsia | |
Green | |
Lime | |
Olive | |
Yellow | |
Navy | |
Blue | |
Teal | |
Aqua | |
Orange |
Poor | |
Common | |
Uncommon | |
Rare | |
Epic | |
Legendary | |
Artifact | |
Heirloom | |
Token | |
Blizzard | |
Spell | |
Skill | |
Talent |
DeathKnight | |
DemonHunter | |
Druid | |
Hunter | |
Mage | |
Monk | |
Paladin | |
Priest | |
Rogue | |
Shaman | |
Warlock | |
Warrior |