- v0.12.7 & v0.12.8
- v0.12.6
- 0.12.5
- 0.12.4
- 0.12.2 & 0.12.3
- 0.12.1
- 0.11.1
- 0.10.12
- 0.10.11
- 0.10.10
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.4 & 0.10.5
- 0.10.3
- 0.10.2
- 0.10.1
- 0.9.12
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.9
- 0.8.8
- 0.8.7
minor update
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.9
- 0.7.7
- 0.7.3
- 0.7.2
- 0.7.1
- 0.6.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.3
- 0.1.0 - Initial Release
v0.12.7 & v0.12.8
- Quick fix Welcome page issue. So the Welcome page will only open when this package is updated #428.
v0.12.6
- Add
WELCOME.md
page andMarkdown Preview Enhanced: Open Welcome Page
command. TheWELCOME.md
will display the changes and updates of this package. - Add
mathjax_config.js
file andMarkdown Preview Enhanced: Open MathJax Config
command. RemovemathJaxProcessEnvironments
from config schema. However, someMathJax
extensions don’t work well. - Support multiple previews. You can uncheck the
Open only one preview
in package settings to enable multiple previews so that each markdown source will have a preview. -
cmd-r
keyboard shortcut in preview to refresh the preview. - More powerful
@import
:- Support importing online files.
- Support configuring images
- Force to render Code Block
- Code Chunk
- Support TOC to ignore headings by appending
{.ignore}
after the heading: - Support showing line numbers for Code Block and Code Chunk by adding
line-numbers
class. - Modifed scroll sync logic (Might cause issue).
- Support
Markdown Preview Enhanced: Sync Preview
andMarkdown Preview Enhanced: Sync Source
#424. - Fix image
@import
issue on Windows #414. - Fix one PlantUML rendering issue.
0.12.5
0.12.4
- support preview
zoom
. - upgrade
viz
tov1.8.0
. - upgrade
plantuml
to1.2017.13
. - upgrade
reveal.js
to3.5.0
. - faster
plantuml
rendering thanks to the contribution by @river0825. - fix one toc bug #406.
- add
class
support for code block and code chunk. Supportline-numbers
class for showing line number for code block and code chunk. - support
sidebar
toc. - fix pandoc bibliography absolute file path issue #409.
- support
language-diff
#415. - remove
showBackToTopButton
config. - different preview theme will now have different scrollbar style.
0.12.2 & 0.12.3
- quick fix plantuml file import issue #398.
- add
xypic
support for MathJax #393. - upgrade
MathJax
to version2.7.1
. - fix
```math
content escape issue.
0.12.1
- fix issue #387
Pagebreak command ignored
. - fix issue #388.
- upgrade
plantuml
to version1.2017.12
#382. - add
\(...\)
and\[...\]
to default math inline and block delimiters.
0.11.1
- add
class
andid
field toslide
of presentation & update presentation-intro.md. - fix issue #368, open file whose path has space.
- upgrade MathJax cdn #361.
- support local style #351.
- add doc for customizing css.
-
doesn’t work well.@import
double quotes and single quotes. - add
id
andclass
front-matter config.
0.10.12
-
file import
now can import image whose path has spaces, eg:@import "test copy.png"
. - fix issue #345.
- fix issue #352.
- fix TOC numbered list tab issue #355.
- pandoc parser now supports
[TOC]
. - add
Pandoc Options: Markdown Flavor
configuration in settings. - add presentation support for pandoc parser #354.
0.10.11
- fix plantuml
@import
issue. #342. - add
embed image
for html export. #345. - wikilink file extension option #346.
0.10.10
- speaker note Windows issue #199.
- support
[TOC]
. - add
whiteBackground
option. - presentation scroll sync (partially done).
0.10.9
- fix issue #325. Code block indicator is now case insensitive.
- fix some pandoc parser code chunk issues.
- added
prince
support. doc. - fix export file style issue. changed
Customize Css
command. - fix issue #313.
0.10.8
- add
pandoc parser
support #315. - fix
ebook
export theme issue.
0.10.7
- restore
pdfUseGithub
option. - add
mpe-github-syntax
for Github.com style.
0.10.6
- fix zen mode style issue.
- fix preview theme list empty issue.
0.10.4 & 0.10.5
- quick fix theme bug.
- added loading gif, same as the official
markdown preview
package.
0.10.3
- quick fix theme bug.
- remove
useGitHubStyle
anduseGitHubSyntaxTheme
.
0.10.2
- allow user to pick theme when not using
Github.com style theme
. #297 - issue #298. But this is hard to be supported.
- add blog (jekyll, hexo, etc…) support. But I never used them before, so gonna take a while to figure out how to use them.
- move docs to github wiki.
- fix
unsafe eval
issue #303. As this issue is urgent, I will finish the 3 todos above in the future.
0.10.1
-
Save as Markdown
code chunkcontinue issue
- add
```math
#295 - add
vhdl
andvhd
for file import #294 -
fix python3 matplotlib issue.(nvm, it works after I upgrade python3 to3.6.0
)
0.9.12
- fix issue #255 deprecated call.
- add whitelist for protocols #288.
- update docs.
- change variable
rootDirectoryPath
tofileDirectoryPath
.
0.9.10
- support standard code fencing for graphs. #286.
0.9.9
- enhance code chunk. Now support
matplotlib
very well. #280.matplotlib: true # enable inline matplotlib plot.
continue: true | id # continue last code chunk or code chunk with id.
element: "<canvas id=\"hi\"></canvas>" # element to append.
- add
Markdown Preview Enhanced: Toggle Live Update
. And improve scroll sync when live update is disabled. - add
FAQ
section. - add
mathJaxProcessEnvironments
options that allowsprocessEnvironments
for MathJax. - add cnpm url for phantomjs.
0.9.8
0.9.7
- add relative image path option for exporting html. fix issue #264.
- fix zen mode.
0.9.6
- support external files import. introduction doc
import "test.csv"
import "test.jpg"
import "test.txt"
import "test.md"
import "test.html"
import "test.js"
...
- use PapaParse to parse
csv
file import. - fix syntax theme issue.
- WaveDrom now doesn’t require to use strict JSON. javascript code is fine as well.
- fix toggle issue.
- shrink output html file size.
- zen mode is broken…
0.9.5
- upgrade
mermaid
to7.0.0
, but class diagram still doesn’t work. - upgrade
reveal.js
to1.4.1
. - upgrade
katex
to0.7.1
, fix cdn.js issue. - upgrade
plantuml
to version8054
. - upgrade
viz.js
to version1.7.0
, could be buggy though. - partially fixed issue #248. But can’t navigate to anchor.
- better support for zen mode.
0.9.4
0.9.3
- fix issue, 中文,日文 file image path error. #236
- fix issue #237
- fix back to top button and code chunks run btn
onclick
event after restoring CACHE. - save as markdown
front_matter
config.
0.9.2
- quick fix issue #223
0.9.1
- quick fix issue #234
0.9.0
- soft tabs (spaces of tabs) in TOC #187
- add cache support for better performance #210
- add speaker notes support for presentation (reveal.js) issue #199
- add back to top button in preview #222
- support multiple TOCs #130
- viz.js engine config
- Save as Markdown
- update several dependencies such as
KaTeX
,saveSvgAsPng
, etc.
0.8.9
-
<kbr>
style is not consistent in browser - fix issue #177
- add
stdin
option to code chunk - restore
run
andall
buttons but only shown when hovered.
0.8.8
- ISSUE: MathJax will also update when changing headings.
- update all dependencies.
- seems that
mermaid
is still of version6.0.0
and class diagram doesn’t work as expected.
- seems that
- fix bug #168.
- disable
MathJax
processEnvironments
#167. - fix issue #160
- fix issue #150
- extend
TOC
. #171 - remove
run
andall
button for code chunk. also updated code-chunk.md
0.8.7 minor update
-
reload cached image when necessary. (eg: replace[doesn’t work very well; the image will flicker]#cached=false
with#cached=uid
) - fix one MathJax bug #147
- mermaid class diagram #143 [seem to be mermaid bug]
- pandoc and ebook graph include [implement in next major release]
- better pandoc error notification
0.8.6
- ebook export exception #136
- TOC heading level bug #134
- extend table notation #133
- ERD #128 [might be removed in the future]
-
ebook glossary like gitbook. [not implemented] - change graph APIs.
- change parseMD function to async function with callback.
- pandoc graph include [may be implemented in next version]
- fix scroll sync bug for code block
- support Code Chunk
- change
Markdown Preview Enhanced: Toc Create
toMarkdown Preview Enhanced: Create Toc
- save
codeChunksData
state for each editor.
0.8.5
- support
yaml_table
[not implement] - support
erd
#128 [not implement] - scroll preview to the very bottom when cursor is in last 2 lines. (right now it is the last line)
- fix ebook network image error #129
- support
ebook-convert
args option - improve
ebook
config - fix
loading preview
stuck bug - remove
Markdown Preivew Enhanced: Config Header and Footer
, usefront-matter
instead. [Might be implemented in next release]
0.8.4
- fix issue #107
- add TOC sidebar #117
- fix issue #121 location save
- add default document export path #120
- fix issue #118 add hint for image paste
- support pandoc
- add vertical slides for presentation #123
- remove
Markdown Preview Enhanced: Config Presentation
, use front-matter instead
0.8.3
- add option to
hide
frontmatter. - change to
UIUC
license - upgrade APIs to match newest
electron
- solve lagging issue
- header/footer for presentation
- smooth scroll sync
0.8.2
- fix issue #106
- add file extensions support #102
- fix issue #107, now can use MathJax for phantomjs export
- add zoomFactor #93
- image drop to upload like github.
Known issues:
"
in MathJax are not escaped.getAttribute('data-original')
0.8.1
- refactor parseMD function. (it’s too messy now)
- for KaTeX rendering, save rendered results like MathJax.
- split on left side (it seems that
atom.workspace.open
doesn’t work as I expected) - typographer #94
- format markdown on save
- modify
mermaid.css
#95 - fix #97
- fix #93 specify image resolution when exporting png/jpeg using phantomjs
- support front matter #100
- support hooks #101
- found issue, I might implement phantomjs html2pdf by myself in the future…
0.8.0
- solve issue #85
- merge pull request #86
- presentation print pdf link not working
- epub generation. useful links manual and epub
0.7.9
- viz.js dot language
- customize reveal css
- check custom comment subject
- shield.io
- table formatter
0.7.7
- distraction free writing mode like laverna or zen. useful link.
- presentation mode like marp
- add phantomjs option besides html and pdf.
- fix issue
0.7.3
- fix print to pdf deadlock issue (if I can…) (Update: It seems to be electron related, therefore I can’t fix it.)
- print image capturePage function
- right click on preview displays ‘print’ option on context menu (I decide not to implement this)
- update PlantUML to newest version
- fix toggle bug.
- support mermaid customized init function see this issue
- this is too hard.
- open other files in atom through links see this issue
- let user choose to use local puml jar or through internet by encode (no java required)(I decide not to implement this)
- remove mermaidStyle at markdown-preview-enhanced-view.coffee. (as it is already included in markdown-preview-enhanced.less)
- WaveDrom support?
- preview window copy text.
- mermaid style: three .css file choice.
0.7.2
- preview black color background problem
0.7.1
- support customizable math delimiters
- increase MathJax rendering speed
- fix code block
//
comment color bug (现在是黑色的。。。) - fix WikiLink #45
- fix TOC header bug #48
- add
javascript
support #47 (可能无法完成) - image path config here
- fix image project paths bug here
0.6.9
- TOC numbered list
0.3.8
- support better way for customizing markdown down style.
- change markdown style.
- improve markdown parsing efficiency (use onDidStopChanging function instead of onDidChange).
- TODO: support scroll sync in the future.
0.3.7
- fix image path bug when export pdf and html.
0.3.6
- fix math expression parsing bug… caused by _underscore_.
0.3.5
- add \newpage support.
0.3.3
- Add ‘Open in Browser’ option.
- Fix \$ bug.
0.1.0 - Initial Release
- Every feature added.
- Every bug fixed.