Skip to content

Releases: markjulmar/ConvertLearnToDoc

2024-11-20

Choose a tag to compare

@markjulmar markjulmar released this 20 Nov 23:47
  1. I changed the Learn > Word translation implementation to no longer depend on GitHub APIs or access to the underlying repository. Now, the tool reads the public HTML and converts it to Markdown and then to Microsoft Word.
  2. The authentication mechanism is now based on GitHub instead of Microsoft. Several people had trouble with Azure Entra accounts not allowing them access, and this should fix that problem.

What's Changed

Full Changelog: 2.0...2024112

Version 2.0

Choose a tag to compare

@markjulmar markjulmar released this 27 Jan 01:34

Version 2.0

Removed pandoc legacy converter.
Streamlined code
Added markdown options.
Updated bootstrap

Version 1.0

Choose a tag to compare

@markjulmar markjulmar released this 26 Jan 23:01

Version 1.0

This version supports both a legacy (PanDoc) and new (DXPlus) approach to reading and writing Word documents. Future version will only support DXPlus as it provides a richer API surface.

What's Changed

New Contributors

Full Changelog: https://github.com/markjulmar/ConvertLearnToDoc/commits/1.0