-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I created a .menu file for MarkdownBuild to make it easier to edit the Package Preferences. Just save this as Main.sublime-menu in the package folder:
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "MarkdownBuild",
"children":
[
{
"command": "open_file",
"args": { "file": "${packages}/MarkdownBuild/MarkdownBuild.sublime-settings" },
"caption": "Settings - Default"
},
{
"command": "open_file",
"args": { "file": "${packages}/User/MarkdownBuild.sublime-settings" },
"caption": "Settings - User"
}
]
}
]
}
]
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels