markdown_tooltip library

A tooltip supporting markdown and a delay to avoid clutter of tooltips. Copyright (C) 2023-2024, Togaware Pty Ltd.

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Graham Williams

Classes

MarkdownTooltip
A Tooltip supporting markdown with a default delay before being displayed.

Functions

wordWrap(String text, {int width = 60}) String
Word wrap text so that no line is beyond width characters.