From 44bfa73157aefbb0665d607ec83c892b06e7e7de Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 30 Nov 2025 00:27:26 -0500 Subject: [PATCH] Add TOC drill-down keyboard navigation on resource index pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TOC is now a selectable block that can be navigated to with arrow keys - Press Enter or Right arrow to drill into individual TOC entries - Navigate TOC entries with Up/Down, Enter or Right to follow link - Left arrow exits TOC items back to TOC block 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/resource_index.html | 136 +++++++++++++++++---- 1 file changed, 112 insertions(+), 24 deletions(-) diff --git a/kjvstudy_org/templates/resource_index.html b/kjvstudy_org/templates/resource_index.html index ddee6a4..d4a6a09 100644 --- a/kjvstudy_org/templates/resource_index.html +++ b/kjvstudy_org/templates/resource_index.html @@ -281,6 +281,7 @@