onenote-md-exporter

ConsoleApp to export OneNote notebooks to Markdown formats

GPL-3.0 License

Stars
901
Committers
12

Bot releases are visible (Hide)

onenote-md-exporter - v1.5.0 Latest Release

Published by alxnbl 4 months ago

What's Changed

Enhancements :

  • Media-attachments (wma, wmv, mpg, svg, mp3) are now correctly exported => thanks @Argimko
  • Content of folded paragraph is no longer lost (#99) => thanks @Argimko
  • Fix console encoding with non-Latin alphabets => thanks @Argimko
  • Memory optimization => thanks @Argimko
  • New pre-processing stage to support advanced features like "pargraph unfolding" that require transformation of OneNote page XML structure (ExportServiceBase.PageXmlPreProcessing())
  • Update Pandoc from 3.1.8 to 3.2
  • Code refactoring

New Contributors

Full Changelog: https://github.com/alxnbl/onenote-md-exporter/compare/v1.4.0...v1.5.0

onenote-md-exporter - v1.4.0

Published by alxnbl 11 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
onenote-md-exporter - v1.3.0

Published by alxnbl almost 2 years 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)
onenote-md-exporter - v1.2.0

Published by alxnbl over 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

onenote-md-exporter - v1.1.0

Published by alxnbl almost 3 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
onenote-md-exporter - v1.0.0

Published by alxnbl almost 3 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
onenote-md-exporter - v0.5.0

Published by alxnbl over 3 years ago

Add welcome screen
Integration of Pandoc to facilitate installation experience

Bug fixes :

  • #27 : Strange (reproduced) line break behavior
onenote-md-exporter - v0.4.0

Published by alxnbl over 3 years ago

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

onenote-md-exporter - v0.4.0 Beta2

Published by alxnbl over 3 years ago

onenote-md-exporter - v0.4.0 Beta1

Published by alxnbl over 3 years ago

Attempt to fix interop issues :
#9
#10

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

onenote-md-exporter - v0.3.1

Published by alxnbl over 3 years ago

onenote-md-exporter - v0.3

Published by alxnbl over 3 years ago

onenote-md-exporter - v0.2.1

Published by alxnbl over 3 years ago

Add more logs
Minor fixes

onenote-md-exporter - v0.2

Published by alxnbl over 3 years ago

onenote-md-exporter - v0.1

Published by alxnbl almost 4 years ago

Related Projects