From cb33cbeb1ba9bc5dc9c606748a3464a89452a9bf Mon Sep 17 00:00:00 2001 From: yubiuser Date: Tue, 18 Nov 2025 12:37:00 +0100 Subject: [PATCH] Enable footnote tooltips, navigation tracking and toc follow Signed-off-by: yubiuser --- zensical.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zensical.toml b/zensical.toml index 7c49734e..49daffaa 100644 --- a/zensical.toml +++ b/zensical.toml @@ -187,7 +187,7 @@ features = [ #"content.code.annotate", "content.code.copy", #"content.code.select", - #"content.footnote.tooltips", + "content.footnote.tooltips", "content.tabs.link", #"content.tooltips", # "header.autohide", @@ -203,9 +203,9 @@ features = [ #"navigation.tabs", #"navigation.tabs.sticky", "navigation.top", - #"navigation.tracking", + "navigation.tracking", "search.highlight", - # "toc.follow", + "toc.follow", #"toc.integrate", ]