Brian Fitzpatrick

Results 51 comments of Brian Fitzpatrick

Awesome. Thanks Paolo. :)

Interesting take on collapsible sections to explore - https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab

Also need to look into persisting state. If the user has a tutorial up and closes it, there should be an easy way to re-open it. (Perhaps a key combo?)...

So long as the extensions are installed, these tutorials can invoke commands available from ANY extension so long as we know what needs to be passed to them.

Raw feedback from Claus ``` this is really great - love its from the same editor, and its baked into the tooling, so its not like jumping between a webpage...

More Raw feedback from Claus ``` yeah for example also the one in the terminal where it can execute the commands for you, some users may want to have the...

- [x] Investigate using `sh -c` to invoke shell commands and then check for responses with `echo $?` - [x] Investigate adding "validate all" button for requirements section to automate...

I have updated the link for "Didact" links to be a crosshairs vs a pointer. We can change that in the CSS. I have changed the text color to green...

Though you can't see it when you open the file here - https://github.com/bfitzpat/vscode-didact/blob/master/demo/didact-demo.md - if you open it in the Didact window in VS Code, you get some nice new...

Ideas for the future * A multi-step command that templates a new link for the user in a Didact Markdown file, prompting for command Id, type of link, and any...