Overview
Custom Tooltips is an AddOn to display custom tooltips for your macros.
Add tooltips at the top of core.lua and display them in your macro by adding #customtooltip TooltipName to the macro.
You can also define your tooltips in the macro itself using #tooltipdesc Heading Text^Body Text somewhere in the macro.
Compatibility
Custom Tooltips works with the default action bars and the following AddOns:
- ElvUI
- ButtonForge
- Any AddOn that uses LibActionButton (e.g. Bartender4)
- Opie
If you'd like support added for another action bar, please leave a comment.
Source Code
You can view the AddOn's source code on GitHub.
The AddOn and its source code are licensed under the MIT License.
Credits
Thanks to Floralae and Aireckschitt for their posts in this thread which inspired me to write Custom Tooltips.
Thanks to Bob/10leej for testing my initial versions.
Thanks to David Christo/gamma09 for implementing coloured tooltips.