MarkdownConverter v3.0.0
MarkdownConverter v3.0.0
General
Hey Guys!
It's time for another big update once more, because I finally managed it to stuff all features I ever wanted into MarkdownConverter!
Though I'm still not that satisfied about the document-chaining feature but I'll find a way to improve this feature for sure.
Lots of things have changed in background. First I set up my own Drone CI Server which allows me to automatically check, test and also publish my projects.
MarkdownConverter is the very first project I'm trying to run using my CI-Server so please don't be mad if anything fails or something. 😅
Thanks to @damgot it's now possible to override the markdownConverter.Document.HeaderTemplate
and markdownConverter.Document.FooterTemplate
-settings by setting the HeaderTemplate
and/or FooterTemplate
front-matter attribute to a path to a file to load the template from.
The path is either relative to the workspace-folder, if present, or to the directory containing the document.
Another change is that my project now is compressed and merged into nearly a single file using browserify
. This might make my extension run even faster.
Changes
- Provide the functionality to override the header- and footer-template
- Fix a few issues
- The margin- and toc-settings are now loaded correctly
- Self-contained html-files now can be converted on single-threaded environments
- Improve performance
- MarkdownConverter is now compressed using browserify.
- Improve developer experience
- The project is now built using gulp
- The project is now automatically tested on manuth's Drone CI
- Update all dependencies