1 Star 0 Fork 0

mirsking / markdown-preview-enhanced

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 9.07 KB
一键复制 编辑 原始数据 按行查看 历史

0.8.9

  • <kbr> style is not consistent in browser
  • fix issue #177
  • add stdin option to code chunk
  • restore run and all 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 version 6.0.0 and class diagram doesn't work as expected.
  • fix bug #168.
  • disable MathJax processEnvironments #167.
  • fix issue #160
  • fix issue #150
  • extend TOC. #171
  • remove run and all button for code chunk. also updated code-chunk.md

0.8.7 minor update

  • reload cached image when necessary. (eg: replace #cached=false with #cached=uid)[doesn't work very well; the image will flicker]
  • 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 to Markdown 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, use front-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.
1
https://gitee.com/mirsking/markdown-preview-enhanced.git
git@gitee.com:mirsking/markdown-preview-enhanced.git
mirsking
markdown-preview-enhanced
markdown-preview-enhanced
master

搜索帮助