Skip to content

Releases: markjulmar/ConvertLearnToDoc

2024-11-20

20 Nov 23:47
Compare
Choose a tag to compare
  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

27 Jan 01:34
Compare
Choose a tag to compare

Version 2.0

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

Version 1.0

26 Jan 23:01
Compare
Choose a tag to compare

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