This repository was archived by the owner on May 11, 2022. It is now read-only.
Many improvements and some new options
- Improved webview title handling, attempting to grab the first H1 or H2 heading in the generated HTML #118
- Adding extension setting to enable opening the default Didact file at startup. #144
- Switching to xmldom for heading parsing and better Typescript 4 support
- Adding ability to open a Didact file in a different column by default
- Adding simple history to enable stepping forward/back through last few Didact tutorials #102
- Adding new tutorial helping new users create their first Didact file FUSETOOLS2-634
- Added ability to copy file contents onto the clipboard with the new
vscode.didact.copyFileTextToClipboardCommand
(FUSETOOLS2-706)