From 3b76c027538e411eaa1b7303ebceda56ab6bcaa0 Mon Sep 17 00:00:00 2001 From: Nigel Warren Date: Thu, 6 Aug 2026 18:49:09 -0400 Subject: [PATCH 1/5] Add MarkEdit Outline Sidebar v1.3.1 --- extensions/markedit-outline.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 extensions/markedit-outline.json diff --git a/extensions/markedit-outline.json b/extensions/markedit-outline.json new file mode 100644 index 0000000..8421f16 --- /dev/null +++ b/extensions/markedit-outline.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://github.com/MarkEdit-app/extensions/raw/refs/heads/main/schemas/extension.schema.json", + "id": "markedit-outline", + "name": "Outline Sidebar", + "description": "A table-of-contents / outline sidebar for MarkEdit, usable in both edit and preview modes.", + "author": "Nigelw", + "homepage": "https://github.com/Nigelw/MarkEdit-outline-sidebar", + "versions": [ + { + "version": "1.3.1", + "url": "https://raw.githubusercontent.com/Nigelw/MarkEdit-outline-sidebar/v1.3.1/dist/markedit-outline.js", + "sha256": "201a22860740237e70a2a71769fde207c49bd89509dd4e7102dd1f7bf0e78a27", + "notes": "Long outline titles now use middle truncation; tooltips appear only for truncated titles." + } + ] +} From 3701cc5d89e76799295dc61fa2c99ecb35fa7d92 Mon Sep 17 00:00:00 2001 From: Nigel Warren Date: Fri, 7 Aug 2026 00:07:16 -0400 Subject: [PATCH 2/5] Add MarkEdit Outline Sidebar v1.3.2 --- extensions/markedit-outline.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions/markedit-outline.json b/extensions/markedit-outline.json index 8421f16..cd3337b 100644 --- a/extensions/markedit-outline.json +++ b/extensions/markedit-outline.json @@ -6,6 +6,12 @@ "author": "Nigelw", "homepage": "https://github.com/Nigelw/MarkEdit-outline-sidebar", "versions": [ + { + "version": "1.3.2", + "url": "https://raw.githubusercontent.com/Nigelw/MarkEdit-outline-sidebar/v1.3.2/dist/markedit-outline.js", + "sha256": "87bc28d9b4efdba929235bdb2dd9b6be89a42c4e715b0db9f66bd29f74a8676b", + "notes": "The outline now refreshes when an open document is updated outside MarkEdit." + }, { "version": "1.3.1", "url": "https://raw.githubusercontent.com/Nigelw/MarkEdit-outline-sidebar/v1.3.1/dist/markedit-outline.js", From 6ac37a81d8476e287d08c1966a768e88085dc3a2 Mon Sep 17 00:00:00 2001 From: Nigel Warren Date: Fri, 7 Aug 2026 15:40:49 -0400 Subject: [PATCH 3/5] Fix id Updated ID to match name --- extensions/markedit-outline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/markedit-outline.json b/extensions/markedit-outline.json index cd3337b..9bbcc04 100644 --- a/extensions/markedit-outline.json +++ b/extensions/markedit-outline.json @@ -1,6 +1,6 @@ { "$schema": "https://github.com/MarkEdit-app/extensions/raw/refs/heads/main/schemas/extension.schema.json", - "id": "markedit-outline", + "id": "markedit-outline-sidebar", "name": "Outline Sidebar", "description": "A table-of-contents / outline sidebar for MarkEdit, usable in both edit and preview modes.", "author": "Nigelw", From 2eef98d7bf84232ff389dbe04271b69cb46d618f Mon Sep 17 00:00:00 2001 From: Ying Zhong <0x00eeee@gmail.com> Date: Sat, 8 Aug 2026 08:29:36 +0800 Subject: [PATCH 4/5] Remove version 1.3.1 from markedit-outline.json Removed version 1.3.1 details from markedit-outline.json. --- extensions/markedit-outline.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extensions/markedit-outline.json b/extensions/markedit-outline.json index 9bbcc04..590863f 100644 --- a/extensions/markedit-outline.json +++ b/extensions/markedit-outline.json @@ -11,12 +11,6 @@ "url": "https://raw.githubusercontent.com/Nigelw/MarkEdit-outline-sidebar/v1.3.2/dist/markedit-outline.js", "sha256": "87bc28d9b4efdba929235bdb2dd9b6be89a42c4e715b0db9f66bd29f74a8676b", "notes": "The outline now refreshes when an open document is updated outside MarkEdit." - }, - { - "version": "1.3.1", - "url": "https://raw.githubusercontent.com/Nigelw/MarkEdit-outline-sidebar/v1.3.1/dist/markedit-outline.js", - "sha256": "201a22860740237e70a2a71769fde207c49bd89509dd4e7102dd1f7bf0e78a27", - "notes": "Long outline titles now use middle truncation; tooltips appear only for truncated titles." } ] } From 9a05a3cc4c1e4293822a91b595aadbf941d37b3f Mon Sep 17 00:00:00 2001 From: Ying Zhong <0x00eeee@gmail.com> Date: Sat, 8 Aug 2026 08:32:24 +0800 Subject: [PATCH 5/5] Add markedit-outline-sidebar.json file --- .../{markedit-outline.json => markedit-outline-sidebar.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename extensions/{markedit-outline.json => markedit-outline-sidebar.json} (100%) diff --git a/extensions/markedit-outline.json b/extensions/markedit-outline-sidebar.json similarity index 100% rename from extensions/markedit-outline.json rename to extensions/markedit-outline-sidebar.json