Logs for #nikola for 2025-04-04

07:43:35 <ChrisWarrick> Besnik_b: nothing built-in, but you could probably do something like this with basic HTML, or with some JS
07:44:23 <ChrisWarrick> Besnik_b: (the basic HTML would be <abbr title="foo">bar</abbr>)
07:46:40 <Besnik_b> ChrisWarrick, thank you! Yes, https://www.w3schools.com/css/css_tooltip.asp explains doing it makes it with CSS… Since the need for such a tooltip  is low on my pages, it makes sense to that way…
07:48:13 <Besnik_b> I should’ve thought of it few months ago…