Onenote Md Exporter Versions Save

ConsoleApp to export OneNote notebooks to Markdown formats

v1.4.0

5 months ago

Enhancements :

  • Support of ==Text highlight==
  • Attachement file name now based on unique identifiers (guid) to avoid name conflicts in specific situations
  • Upgrade to DotNet 8
  • Enhance startup error if Onenote crash. Fix #86
  • Update Pandoc from 2.19.2 to 3.1.8

Bug Fixes

  • "Could not find a part of the path" error (#93)
  • Images not being exported for Notebook with apostrophe (#80, #90) => Thank you @armstrong-pv

v1.3.0

1 year ago

Enhancements

  • Avoid corrupted pages to bloc the export of the rest of the notebook (#75 #53 #42)
  • Add an execution report that display a warning if the export ended with error (#74)
  • Upgrade project Framework to DotNet 6 (#73)
  • Update Pandoc version to 2.19.2
  • Better handling of errors on startup (#65)
  • Add a setting to to configure the max length of a page title before truncation (#72)

Bug fixes

  • Option ProcessingOfPageHierarchy = HiearchyAsFolderTree do not work (#63)

v1.2.0

2 years ago

New way to manage line breaks producing cleaner markdown files (#55) [Joplin Format] Page hierarchy is now converted into sub-notebooks (#57) Add Chinese translation : thanks @tlich Update English translation : thanks @gatesry Minor fixes and improvements

v1.1.0

2 years ago
  • Add editor of advanced settings (basic one, just open Notepad ;))
  • FrontMatter Header is now a setting of Md export format and not a dedicated export format
  • New settings for md export :
    • ProcessingOfPageHierarchy : page hierarchy as parent folder of md file (ParentPage\Child Page.md ; default value) or as md file prefix (ParentPage_ChildPage.md)
    • ResourceFolderLocation : images and file attachments can be stored in a single folder at the root of the export or in a folder next to each md file
  • Minor enhancements and fixes

v1.0.0

2 years ago

New features :

  • Resolved #41 Support YAML front matter export format.
  • Resolved #36 Change releases build to single file mode
  • Resolved #21 Enhance error management
  • Export are now stored in /Exports/<Format>/<NotebookName>-<Date>
  • Multiple minor bug fixes and enhancements

Bug fixes :

  • Fix #38 No Files (except images) are exported in Markdown mode => Thanks @laggingreflex
  • Fix #34 Pages with same Title are skipped/overwritten in Markdown export mode => Thanks @laggingreflex

0.5.0

3 years ago

Add welcome screen Integration of Pandoc to facilitate installation experience

Bug fixes :

  • #27 : Strange (reproduced) line break behavior

v0.4.0

3 years ago

Support of command-line parameters Fix issue with Image reference in Markdown export ( #14 )

v0.4.0-Beta2

3 years ago

v0.4.0-Beta1

3 years ago

Attempt to fix interop issues : #9 #10

To be used only by user encountering an error with v0.3.1.

v0.3.1

3 years ago