Skip to content

Releases: manuth/MarkdownConverter

MarkdownConverter v1.1.2

15 Jan 15:02
Compare
Choose a tag to compare

MarkdownConverter v1.1.2

  • Implemented a clean way to handle files outside of the current workspace
    Thanks to @jkhsjdhjs for reporting the issue

MarkdownConverter v1.1.1

15 Jan 15:06
Compare
Choose a tag to compare

MarkdownConverter v1.1.1

  • Fixed absolute path handling
    Thanks to @007pig for reporting the issue

MarkdownConverter v1.1.0

15 Jan 15:14
Compare
Choose a tag to compare

MarkdownConverter v1.1.0

Breaking Changes

  • The OutDir-setting is now called DestinationPath
  • The DestinationPath is considered relative to the DestinationOrigin

Other

  • Documents located in sub-directories are now converted correctly
    Thanks to @mjwsteenbergen for reporting the issue
  • People can now choose whether to consider the DestinationPath relative to the WorkspaceFolder or relative to the directory of the document-file.
  • Added a prompt for specifying a DestinationPath which is displayed when MarkdownConverter the DestinationPath, none or more than 1 workspace-folders are opened and the name of the file is untitled

MarkdownConverter v1.0.1

15 Jan 15:17
Compare
Choose a tag to compare

MarkdownConverter v1.0.1

  • Allowed users to enable the default parser rather than the default stylesheets
    Thanks to @mjwsteenbergen for his contribution
  • Renamed some settings
    • markdownConverter.Document.Design.SystemStylesEnabled => markdownConverter.Parser.SystemParserEnabled
    • markdownConverter.Document.EmojiType => markdownConverter.Parser.EmojiType
    • markdownConverter.Document.Toc => markdownConverter.Parser.Toc

MarkdownConverter v1.0.0

15 Jan 15:22
Compare
Choose a tag to compare

MarkdownConverter v1.0.0

  • Replace PhantomJS by puppeteer
  • Provide the functionality to render local files
  • Provide the functionality to
  • Rework the path-handling of the settings
  • Rework the code for better readability

MarkdownConverter v0.0.13

15 Jan 15:26
Compare
Choose a tag to compare

MarkdownConverter v0.0.13

  • Reworked the system-stylesheet

MarkdownConverter v0.0.12

16 Jan 07:27
Compare
Choose a tag to compare

MarkdownConverter v0.0.12

  • Cleaned up all settings
  • Fixed extension-provides styles
  • Improved path-handling for untitled files
  • Implemented localization using localizable-resources

Markdown Converter v0.0.11

16 Jan 08:08
Compare
Choose a tag to compare

Markdown Converter v0.0.11

  • Renamed MarkdownConverter to Markdown Converter
  • Fixed Multi-Workspacefolder support

MakrdownConverter v0.0.10

16 Jan 08:09
Compare
Choose a tag to compare

This version fixes chinese headings and the usage of "file://"-uris.

MakrdownConverter v0.0.10

  • Added support for Chinese headings
  • Disabled markdown-it's link policy

MarkdownConverter v0.0.9

16 Jan 09:09
Compare
Choose a tag to compare

This version introduces a new feature!
MarkdownConverter now is able to automatically generate tocs.

You can easilly include tocs by typing

[[toc]]

On a single line in your document.

MarkdownConverter v0.0.9

  • Made the rebuild-process platform-independent
  • Adjusted the way to open up files
  • Updated the sync-request-module
  • Added "table of content"-feature