From 5e58e169beae6103e7a8f439cd2b7dc295764b61 Mon Sep 17 00:00:00 2001 From: Jens <64728985+Jens-Unsinn@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:34:11 +0100 Subject: [PATCH] docs: improve comment on tooltips in boostrapped `zensical.toml` Signed-off-by: Jens <64728985+Jens-Unsinn@users.noreply.github.com> --- python/zensical/bootstrap/zensical.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/zensical/bootstrap/zensical.toml b/python/zensical/bootstrap/zensical.toml index 911058b..dd5bc13 100644 --- a/python/zensical/bootstrap/zensical.toml +++ b/python/zensical/bootstrap/zensical.toml @@ -156,7 +156,8 @@ features = [ # https://zensical.org/docs/authoring/content-tabs/#linked-content-tabs "content.tabs.link", - # TODO: not sure I understand this one? Is there a demo of this in the docs? + # With this feature enabled users can add tooltips to links that will be + # displayed when the mouse pointer hovers the link. # https://zensical.org/docs/authoring/tooltips/#improved-tooltips "content.tooltips",