[RELEASE] ChatSuey - A collection of small chat addons
Posted: Wed Oct 28, 2015 3:48 pm
Hey All,
As a way of rationalizing getting back into WoW to myself, I decided to start learning addon development and make some side projects out of it. Improving chat seemed like a good first step, so I've made a bundle of small single-purpose addons to do just that:
http://www.scotthamper.com/chatsuey/
Every feature is a separate ChatSuey addon, so it's easy to add/remove any specific ones you want. This also hopefully means it plays nicely with other people's addons that might already add similar features.
Let me know what you think! One thing I've got on my to-do list is to allow configuring the format for messages (e.g., adding timestamps, removing or abbreviating "[Guild]", "[Party]", etc).
ChatSuey v1.1.0 - November 6, 2015
As a way of rationalizing getting back into WoW to myself, I decided to start learning addon development and make some side projects out of it. Improving chat seemed like a good first step, so I've made a bundle of small single-purpose addons to do just that:
http://www.scotthamper.com/chatsuey/
Every feature is a separate ChatSuey addon, so it's easy to add/remove any specific ones you want. This also hopefully means it plays nicely with other people's addons that might already add similar features.
Let me know what you think! One thing I've got on my to-do list is to allow configuring the format for messages (e.g., adding timestamps, removing or abbreviating "[Guild]", "[Party]", etc).
ChatSuey v1.1.0 - November 6, 2015
- Added Timestamps addon. Right click a chat tab to configure timestamp display settings for that window.
- Added class color names for use with Markdown Links. E.g.,
- Code: Select all
[Chatsuey](player:Chatsuey){warlock}
- Fixed "Fuchsia" color name typo
- Fixed bug where the Sticky Chat addon was wiping out every property of whisper, officer, and channel ChatTypeInfo other than the sticky property.