Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.
Brian Fitzpatrick edited this page Jan 30, 2020 · 12 revisions

Welcome to the vscode-didact wiki! Here you'll find a description of how to use didact links and more.

What is Didact?

Didact is a project designed to fill a void in Visual Studio Code, but what exactly is this thing? And more importantly, why should you care?

It started as a “What if?” VS Code doesn’t have a great way to walk users through a stepwise tutorial. What if we could come up with a way to meet that need by combining…

  • A simple markup language (such as Markdown or AsciiDoc)
  • The ability to render the markup as HTML using the VS Code Webview
  • And a way to invoke the commands we create for each VS Code extension

And it came together very quickly once we had some time to put it together!

Table of Contents

  • How do you use Didact?
  • How do you construct Didact links?

Clone this wiki locally