vscode-markdown-pdf

Markdown converter for Visual Studio Code

OTHER License

Stars
985
Committers
21

Bot releases are hidden (Show)

vscode-markdown-pdf - 1.5.0 Latest Release

Published by yzane about 1 year ago

1.5.0 (2023/09/08)

  • Improve: The default date format for headers and footers has been changed to the ISO-based format (YYYY-MM-DD).
    • Support different date formats in templates #197
  • Improve: Avoid TimeoutError: Navigation timeout of 30000 ms exceeded and TimeoutError: waiting for Page.printToPDF failed: timeout 30000ms exceeded #266
  • Fix: Fix description of outputDirectoryRelativePathFile #238
  • README
    • Add: Specification Changes
    • Fix: Broken link
vscode-markdown-pdf - 1.4.4

Published by yzane over 4 years ago

1.4.4 (2020/03/19)

  • Change: mermaid javascript reads from URL instead of from local file
    • Add: markdown-pdf.mermaidServer option
    • add an option to disable mermaid #175
  • Add: markdown-pdf.plantumlServer option
    • support configuration of plantUML server #139
  • Add: configuration scope
    • extend setting 'headerTemplate' with scope... #184
  • Update: slug for markdown-it-named-headers
  • Update: markdown.css, markdown-pdf.css
  • Update: dependent packages
  • Fix: Fix for issue #186 #187
  • Fix: move the Meiryo font to the end of the font-family setting
    • Meiryo font causing \ to show as Â¥ #83
    • Backslash false encoded #124
    • Errors in which 한글(korean word) is not properly printed #148
  • Fix: Improve the configuration schema of package.json
    • Some settings can now be set from the settings editor.
vscode-markdown-pdf - 1.4.3

Published by yzane over 4 years ago

1.4.3 (2020/03/12)

  • Fix: markdown-include regular expression
    • Fix: Unable to export to pdf from markdown #166
    • Fix: python code export err #178
  • Fix: Add support for Ubuntu and Centos
    • Fix: Error: Failed to lanuch chrome! #97
    • Fix: I failed to launch chrome in WSL #160
    • Fix: Unable to export to pdf from markdown #166
vscode-markdown-pdf - 1.4.2

Published by yzane over 4 years ago

1.4.2 (2020/02/16)

  • Add: Support gray-matter (preview)
    • Avoid to display front matter #157
    • Currently, only some settings can be specified.
  • Fix: Improve the configuration schema of package.json
    • Some settings can now be set from the settings editor.
  • Fix: Specifying custom style sheets with a relative path does not work #170
  • Fix: Pass language to markdown-pdf puppeteer #172
    • Date Format #95
  • Improve: Reduce Regex strictness of markdown-it-include #174
vscode-markdown-pdf - 1.4.1

Published by yzane almost 5 years ago

1.4.1 (2019/10/28)

  • Fix: "ReferenceError: MarkdownPdf is not defined" on auto create PDF on save in VSCodium #156
vscode-markdown-pdf - 1.4.0

Published by yzane almost 5 years ago

1.4.0 (2019/10/27)

vscode-markdown-pdf - 1.3.1

Published by yzane about 5 years ago

1.3.1 (2019/09/30)

  • Update: README
  • Update: CHANGELOG
vscode-markdown-pdf - 1.3.0

Published by yzane about 5 years ago

1.3.0 (2019/09/29)

  • Add: Support markdown-it-include
    • Integrate markdown-it-include plugin #138
    • Add: markdown-pdf.markdown-it-include.enable option
  • Update: README
vscode-markdown-pdf - 1.2.1

Published by yzane about 5 years ago

1.2.1 (2019/09/23)

vscode-markdown-pdf -

Published by yzane over 6 years ago

1.2.0 (2018/05/03)

vscode-markdown-pdf -

Published by yzane over 6 years ago

1.1.0 (2018/05/03)

vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.5 (2018/05/03)

  • Improve: Exception handling
  • Improve: Chromium install check
  • Add: Page break
    • Is it possible to insert page breaks? #25
  • Update: README
    • FAQ: Page break
  • Update: markdown-pdf.css
    • Add: Meiryo to font-family
vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.4 (2018/05/01)

  • Fix: Display error message when downloading Chromium
  • Improve: Chromium install. Display download progress on status bar
vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.3 (2018/04/30)

  • Fix: Support Multi-root Workspaces with markdown-pdf.styles option

    • Japanese font is not good #79
    • relative stylesheet paths are not working when multiple folders in workspace #68
  • Fix: markdown-pdf.styles option

    • [BUG] Custom PDF style not being used #35
    • How to change font size of generated pdf #40
    • How do you change font-family? #64
  • Improve: Support Multi-root Workspaces with markdown-pdf.outputDirectory option

    • How do I specify a relative output directory? #29
  • Fix: File encoding

    • Not correctly rendering Windows 1252 encoding #39
    • First H1 header not recognized if file starts with UTF-8 BOM #44
  • Fix: Can not convert pdf #76

  • Add: markdown-pdf.outputDirectoryRelativePathFile option

  • Add: markdown-pdf.stylesRelativePathFile option

vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.2 (2018/04/24)

  • Improve: puppeteer install #76, #77
vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.1 (2018/04/21)

  • Add: Allow online (https) CSS in markdown-pdf.styles #67
vscode-markdown-pdf -

Published by yzane over 6 years ago

1.0.0 (2018/04/15)

  • Change: Replace pdf converter with puppeteer instead of html-pdf
  • Add: Support multiple types in markdown-pdf.type option
    • Add: Define Multiple outputformats #20
  • Add: Support markdown-it-named-headers
    • Fix: TOC extension not working on Convert Markdown to PDF #31
  • Add: Increase menu items (pdf, html, png, jpeg)
  • Update: dependencies packages
vscode-markdown-pdf -

Published by yzane over 6 years ago

  • Add: markdown-pdf.includeDefaultStyles option #49
  • Fix: Inline code blocks do not use a proportional font #26
  • Update: dependencies packages