From f30693671f9764c27b08899eef32206c2d268130 Mon Sep 17 00:00:00 2001 From: Yiyi Wang Date: Fri, 16 Jun 2017 22:38:19 -0500 Subject: [PATCH] ready to release 0.1.2 --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c850df..91e1caa 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,26 @@ Right now only 50% done: * ctrl-shift-i for `Markdown Preview Enhanced: Image Helper` command. * Support uploading images to either `imgur` or `sm.ms`. ![Screen Shot 2017-06-15 at 1.31.01 AM](https://ooo.0o0.ooo/2017/06/15/59422aa748341.png) +* shift-enter for `Markdown Preview Enhanced: Run Code Chunk` command. +* ctrl-shift-enter for `Markdown Preview Enhanced: Run All Code Chunks` command. * **Right Click** at the Preview to see the contextmenu ![Screen Shot 2017-06-15 at 1.36.32 AM](https://ooo.0o0.ooo/2017/06/15/59422b1ab3931.png) For more features that will be supported in the future, check [Markdown Preview Enhanced for atom](https://shd101wyy.github.io/markdown-preview-enhanced/#/). -### Progress so far (June 14, 2017) +### Progress so far +#### June 16, 2017 +* Done supporting [eBook export](https://shd101wyy.github.io/markdown-preview-enhanced/#/ebook). +* [@import](https://shd101wyy.github.io/markdown-preview-enhanced/#/file-imports) 70% done. Now support importing every external files except `.js` and `.pdf` files. +* Done implementing refresh button in preview. +* [Code Chunk](https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk) implementation is now 60% done. LaTeX and JavaScript don't work yet. +Please note that Code Chunk of [Markdown Preview Enhanced for Atom](https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk) is outdated. The syntax of the vscode version is the newest. You need to have `cmd` set to declare a code chunk. + +![Screen Shot 2017-06-16 at 10.23.49 PM](https://ooo.0o0.ooo/2017/06/17/5944a2b03d954.png). + + +#### June 14, 2017 * Scroll sync is partially done. * Done supporting `mermaid`, `PlantUML` and `viz.js` (GraphViz). * Done supporting `[TOC]`. @@ -38,6 +51,7 @@ For more features that will be supported in the future, check [Markdown Preview + ## Requirements TODO