Sublime Forum

How do I get Markdown Preview to be my Build

#1

I am trying to get Markdown Preview configured so that I can use it for a build on MD files. This concept is new to me but I thought from the GH page that I could get this to work. I have not made my own build settings file ever so this is part of my issue. I think I could make my own custom command to do this but I would prefer a build.

I can get this to work manually of course with ctrl+shift_p and selecting Markdown Preview: Preview In Browser but I still have to select GitHub. I would like this to be more automated.

Figured I could remove some of the steps by creating a setting files. I did set up basic options in a settings file but I cannot get the process to honor them. It still asked for MarkDown/GitHub

{
    "browser": "chrome",
    "parser": "github"
}

How do I set up Sublime Text 3 on Windows 10 so that when I hit ctrl+b (as a build as supposed to a custom command) that it executes the Markdown Preview packages based on my settings?

0 Likes