Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions repository/i.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,17 @@
}
]
},
{
"name": "Insert Markdown Hyperlink",
"details": "https://github.com/noahcoad/SublimeInsertMarkdownHyperlink",
"labels": ["markdown", "hyperlink", "url", "link"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"labels": ["markdown", "hyperlink", "url", "link"],
"labels": ["markdown", "url", "link"],

hyperlink is not a label that already exists, and doesn't feel like it really adds much. It feels very 1990's to be talking about "hyperlinks" 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the feedback. Will address.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd love to publish your packages, but all 3 PR's have feedback on them that needs to be handled first.

"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{
"name": "Insert Nums",
"author": ["jbrooksuk", "FichteFoll"],
Expand Down