From b1a5784bcc5b9f666910a718617caf6747b93f78 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Mon, 6 Apr 2026 10:40:29 +0530 Subject: [PATCH] feat(outline): add document outline sidebar panel with heading navigation Amit Haridas --- src/index.html | 10 +++ src/renderer.js | 37 ++++++++++++ src/sidebar/outline-panel.js | 114 +++++++++++++++++++++++++++++++++++ src/styles-sidebar.css | 19 ++++++ 4 files changed, 180 insertions(+) create mode 100644 src/sidebar/outline-panel.js diff --git a/src/index.html b/src/index.html index 04e071f..388bb28 100644 --- a/src/index.html +++ b/src/index.html @@ -1437,6 +1437,16 @@ +