From 88bfad9985d5a178fc15f92c5a2f1a9492ba9ab8 Mon Sep 17 00:00:00 2001 From: Noah Coad Date: Fri, 17 Oct 2025 22:26:25 -0500 Subject: [PATCH] add Insert Markdown Hyperlink package --- repository/i.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/i.json b/repository/i.json index 3864604f904..9c4dc9d98dc 100644 --- a/repository/i.json +++ b/repository/i.json @@ -824,6 +824,17 @@ } ] }, + { + "name": "Insert Markdown Hyperlink", + "details": "https://github.com/noahcoad/SublimeInsertMarkdownHyperlink", + "labels": ["markdown", "hyperlink", "url", "link"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "Insert Nums", "author": ["jbrooksuk", "FichteFoll"],