Skip to content

Releases: theohbrothers/ConvertOneNote2MarkDown

v2.9.0 🌈

29 Jul 10:15
3c2fdef
Compare
Choose a tag to compare

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 🌈

29 Jul 08:22
547500a
Compare
Choose a tag to compare

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

🐛 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

📝 Documentation

Version 2.7

17 May 02:57
Compare
Choose a tag to compare

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

21 Mar 13:21
2dd28ba
Compare
Choose a tag to compare

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

02 Oct 02:18
Compare
Choose a tag to compare

Added support for up to 5 levels of nested section groups

Version 2.4

23 Jul 22:36
814b3ae
Compare
Choose a tag to compare
  • 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

23 Jul 15:20
387e3a2
Compare
Choose a tag to compare
  • 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

17 Jul 04:30
31cb443
Compare
Choose a tag to compare

Various improvements with attached files and cleaning up the markdown files after conversion. Described in more detail in Readme.

Version 2.1

15 Jul 19:53
569e52b
Compare
Choose a tag to compare
  • 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

15 Jul 02:38
9fe1984
Compare
Choose a tag to compare

Consolidated the various scripts into one, added many features, streamlined code.