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/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,17 @@
}
]
},
{
"name": "Auto Open Notes",
"details": "https://github.com/noahcoad/SublimeAutoOpenNotes",
"labels": ["notes.txt", "readme.txt", "readme.md", "readme"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Those aren't very common labels. Might I suggest

Suggested change
"labels": ["notes.txt", "readme.txt", "readme.md", "readme"],
"labels": ["notes", "note taking", "documentation", "readme"],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Excellent point, thanks! Will update.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Let me know when you've had the chance to look at this!

"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{
"name": "Auto Refresh",
"details": "https://github.com/Wouterdek/AutoRefresh",
Expand Down