Skip to content

I created a Preferences->Package Setting->MarkdownBuild Menu #2

Description

@dflock

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"
                            }
                        ]
                    }
                ]
            }
        ]
    }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions