Releases: theohbrothers/ConvertOneNote2MarkDown
v2.9.0 🌈
Changes
This release adds two useful options:
- whether to include a timestamp and a horizontal line separator at the top of the markdown document (enabled by default)
- whether to keep spaces in file and folder names (disabled by default)
🚀 Features
- Feature (configuration): Add option to include date and timestamp and separator at top of document under title @leojonathanoh (#35)
- Feature (configuration): Add option to choose whether to keep spaces in file and folder names @leojonathanoh (#36)
v2.8.0 🌈
Changes
This release adds a prompt asking whether to convert only a specified notebook (defaults to converting all notebooks). Console logs are tidier and more readable. In addition it fixes an issue where the script terminates when converting empty pages.
🚀 Features
- Enhancement: Improve configuration compilation and error handling @leojonathanoh (#26)
- Enhancement (logs): Log created folder as a single line @leojonathanoh (#29)
- Enhancement (configuration): Add ability to convert only a specified notebook @leojonathanoh (#25)
- Enhancement (ci): Add github workflows @leojonathanoh (#22)
🐛 Bug Fixes
- Fix: Fix wrong removal of angle brackets when keepspaces = 1 @leojonathanoh (#31)
- Fix: Fix null exception when .md content is empty @leojonathanoh (#32)
- Fix (pipeline): Convert Write-Output output to use Write-Host stream @leojonathanoh (#28)
- Fix (configuration): Support trailing backslash in destination folder path configuration @leojonathanoh (#24)
👗 Style
- Style: Format script for better readability @leojonathanoh (#23)
📝 Documentation
- Docs (readme): Update summary @leojonathanoh (#30)
- Docs (readme): Update credits and maintainers @leojonathanoh (#27)
Version 2.7
Fix for MAJOR problem. Pandoc changed the way they generated file paths for embedded images back in version 2.11.0.3 (2020-10-20), which means any onenote files converted to markdown since then would have broken links for images, and perhaps even embedded files. I haven't used this script since long before then, so I'm surprised that no one reported it.
Version 2.6
Some minor changes to incorporate a change in Pandoc's formatting as well as a fix for some foreign-language utf8 encoding.
Version 2.5
Added support for up to 5 levels of nested section groups
Version 2.4
- Intermediate Docx files are stored in central notebook folder, making it cleaner to keep them for faster re-conversion with different parameters or other future use
Version 2.3
- Improved file headers
- Added option to allow for re-using existing docx files (saves 90% time) when trying different processing options
- Other tweaks
Version 2.2
Various improvements with attached files and cleaning up the markdown files after conversion. Described in more detail in Readme.
Version 2.1
- Some minor improvements in the script.
- Also included is a Onetastic Macro that will expand all paragraphs in each page of the selected notebook - script won't extract them otherwise
Version 2.0
Consolidated the various scripts into one, added many features, streamlined code.