Releases: manuth/MarkdownConverter
Releases · manuth/MarkdownConverter
MarkdownConverter v1.1.2
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
MarkdownConverter v1.1.1
- Fixed absolute path handling
Thanks to @007pig for reporting the issue
MarkdownConverter v1.1.0
MarkdownConverter v1.1.0
Breaking Changes
- The
OutDir
-setting is now calledDestinationPath
- The
DestinationPath
is considered relative to theDestinationOrigin
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 theWorkspaceFolder
or relative to the directory of the document-file. - Added a prompt for specifying a
DestinationPath
which is displayed whenMarkdownConverter
theDestinationPath
, none or more than 1 workspace-folders are opened and the name of the file is untitled
MarkdownConverter v1.0.1
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
MarkdownConverter v0.0.13
MarkdownConverter v0.0.13
- Reworked the system-stylesheet
MarkdownConverter v0.0.12
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
Markdown Converter v0.0.11
- Renamed
MarkdownConverter
toMarkdown Converter
- Fixed Multi-Workspacefolder support
MakrdownConverter v0.0.10
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
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