Skip to content

Releases: alxnbl/onenote-md-exporter

v1.4.0

09 Dec 23:04
b526f03
Compare
Choose a tag to compare

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

26 Oct 20:36
d2cd409
Compare
Choose a tag to compare

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

11 Feb 21:43
Compare
Choose a tag to compare

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

15 Dec 21:56
c67c421
Compare
Choose a tag to compare
  • 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

23 Nov 21:33
Compare
Choose a tag to compare

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

v0.5.0

27 Apr 08:50
5a2af4d
Compare
Choose a tag to compare

Add welcome screen
Integration of Pandoc to facilitate installation experience

Bug fixes :

  • #27 : Strange (reproduced) line break behavior

v0.4.0

04 Mar 20:59
542b60a
Compare
Choose a tag to compare

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

v0.4.0 Beta2

03 Mar 23:48
Compare
Choose a tag to compare
Publish using MSBuild.exe (https://github.com/dotnet/msbuild/issues/3…

…986)

v0.4.0 Beta1

03 Mar 08:51
Compare
Choose a tag to compare
v0.4.0 Beta1 Pre-release
Pre-release

Attempt to fix interop issues :
#9
#10

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

v0.3.1

01 Feb 08:36
e09ada5
Compare
Choose a tag to compare
Use user temp folder

Attemp to fix "0x80042006" error