Skip to content

Commit

Permalink
Merge pull request #18 from facelessuser/unified-menu
Browse files Browse the repository at this point in the history
Unified menu
  • Loading branch information
facelessuser authored Jun 4, 2018
2 parents 3e1c462 + 8864c8a commit 7d41c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/MarkdownPreview/MarkdownPreview.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/MarkdownPreview.sublime-settings"},
"caption": "Settings – User"
"command": "edit_settings", "args": {
"base_file": "${packages}/MarkdownPreview/MarkdownPreview.sublime-settings",
"default": "{\n$0\n}\n"
},
"caption": "Settings"
},
{ "caption": "-" }
]
Expand Down
1 change: 1 addition & 0 deletions docs/src/markdown/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Add support for KaTeX math.
- Ensure MathJax properly looks for `\begin{env}...\end{env}`.
- Unified menu.

## 2.0.3

Expand Down

0 comments on commit 7d41c4b

Please sign in to comment.