diff --git a/extensions/markedit-outline-sidebar.json b/extensions/markedit-outline-sidebar.json new file mode 100644 index 0000000..590863f --- /dev/null +++ b/extensions/markedit-outline-sidebar.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://github.com/MarkEdit-app/extensions/raw/refs/heads/main/schemas/extension.schema.json", + "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", + "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." + } + ] +}