EME 是一款优雅的 Markdown 编辑器。
特点:
-
显示或预览
-
专注模式,写作不受干扰
-
可从 Markdown 导出到 HTML/PDF...等各种格式
-
支持数学排版,适用于学生和专业人士
-
保存后,可自动同步文件到 GitHub Gist(可选)
-
夜间模式
开发:
# Install all dependencies $ npm run install:all # Run in dev mode $ npm run dev # The first launch requires the access to google web store to download vue-devtools # So you'd better launch it with an https_proxy, like Lantern $ https_proxy=http://127.0.0.1:8787 npm run dev