Vscode Didact Versions Save

Framework and tools for providing interactive tutorials with active links that call VS Code commands

0.1.13

4 years ago
  • Fixing some testing issues with our release build

0.1.12

4 years ago
  • Fixed issue with extension-provided links to Didact files not working properly
  • Improved support for themes with additional AsciiDoc and Markdown styles
  • Tested support for Quarkus Dark, Light (Visual Studio), Dark (Visual Studio) themes
  • Added sample AsciiDoc and Markdown files demonstrating styles supported
  • Rearranged and cleaned up demo files
  • Added new helloJS tutorial to show more vendor-neutral example
  • Added samples showing a dependency table in both MD and Adoc
  • Added sample demonstrating a TOC and nested set of didact files
  • Added new shortcut inline toolbar button to launch tutorial from view

0.1.11

4 years ago
  • Addressed stylesheet issue with blockquotes in Markdown

0.1.10

4 years ago
  • Fixed problem with image resource roots not being reset when didact window reloads
  • Fixed image loading to work for workspace, extension, and vscode-didact extension-level resources
  • Fixed security policy to be more limiting
  • Addressed stylesheet issue with code blocks and text color

0.1.9

4 years ago

The big things for this release are autocompletion for Didact URIs and CSS changes:

  • Adding autocomplete for Markdown and AsciiDoc Didact files
  • Fixing the webview CSP
  • Adding a better CSS for AsciiDoc Didact files
  • Adding a key binding (Ctrl+Shift+V or Cmd+Shift+V) to open the Didact view while editing a *.didact.md or *.didact.adoc file
  • Pick up colors from the current VS Code theme

0.1.8

4 years ago

This release addresses:

  • Fixed caching bug preventing switching consistently between tutorials
  • Fixed bug where new CLI command checking wasn't included in "validate all requirements" check
  • Updated getCurrentFileSelectionPath utility function to use active editor

0.1.7

4 years ago

0.1.6

4 years ago

*Added new preference to disable the default information notifications when didact commands are invoked. Links specifying explicit completion messages are still displayed, but links without are not. Preference is set to true by default.

  • Added a sendNamedTerminalCtrlC command to enable stopping a long-running command in a terminal window.
  • Updated project icon

0.1.5

4 years ago
  • Added some simple templates to get writers started with creating new Didact files in Markdown or AsciiDoc.
  • Added the ability to select a folder in the Explorer (or a file) and be able to scaffold files/folders using the selected location as the root
  • Fixed issue with failing async/await in test
  • Updated the tutorial to include how to use the snippet as part of the process and bring in the registerTutorialWithDidact function
  • Updated the snippet for the registerTutorialWithDidact function to include three areas the user can step through and update for the tutorial name, category, and path
  • Fix for snippet error was to escape the second curly bracket in the file://${tutorialPath} string
  • Fixed issue with caching didact content

0.1.4

4 years ago