What’s your favorite editor for hexo? Powerful edit function? Amazing preview effect? Saving your code anytime? This post show you how to write your hexo with Visual Studio Code.
What’s VSCode
VSCode is Visual Studio Code, belong to Microsoft. The preferred lightweight development tool for many coders, it’s hot.
First, I was finding an editor for html. I think the markdown file is easy, neither compiling nor debugging. So, I tried UltraEdit and HexoEditor. The experience is terrible, I can’t satisfy completely.
Installed the Markdown Preview Enhanced extension, customize the css and quote styles to make your Hexo preview as consistent as release. That’s very attractive.
Install MPE extension
search Markdown Preview Enhanced in VSCode, and install MPE
Preview: cmd+k v
Import Hexo theme style
Open css:cmd-shift-p, runMarkdown Preview Enhanced: Customize Css
Comments