Add-ons / <<more>> Tooltip

Shows tooltip — on mouse hover on desktop and on tap on touch screen.

Author hogart
Website https://github.com/hogart/sugar-cube-utils#anchor-more
Story format SugarCube 2
Last checked Thu Sep 03 2020
License MIT License
Download more.zip

Index

Overview

<<more>> shows tooltip — on mouse hover on desktop and on tap on touch screen. It tries to contain the tooltip entirely on the screen. <<more>> can include SugarCube code inside it, but not in tooltip content.

NB: <<abbr>> is deprecated, use <<more>>.

Macros

<<more>>

<<more>>

Syntax: <<more "tooltip content">>text<</more>>

<<more>> shows tooltip — on mouse hover on desktop and on tap on touch screen. It tries to contain the tooltip entirely on the screen. <<more>> can include SugarCube code inside it, but not in tooltip content.

READ: Documentation

<<abbr>>

<<abbr>>

Syntax: <<abbr "text" "tooltip content">>

⚠️ Warning: <<abbr>> is deprecated, use <<more>>.

Live demo

Demo Twee code:

:: Start
Check <<more "Hello!">>this<</more>> out!