Brian Fitzpatrick

Results 51 comments of Brian Fitzpatrick

@pwright Sounds like a reasonable case, but slightly different than the live preview. Can you spin it into its own issue with that description and maybe a simpler test case...

Spun up https://issues.redhat.com/browse/FUSETOOLS2-1108 to look at extending the built-in markdown preview per https://code.visualstudio.com/api/extension-guides/markdown-extension

Did some work here - https://github.com/redhat-developer/vscode-didact/pull/543 and ran into an issue, as noted. Not sure how to handle the AsciiDoc side without relying on an existing extension as a dependency...

Ok @pwright so according to https://github.com/microsoft/vscode/issues/122961#issuecomment-832300619 we have all we're going to get as far as a live preview goes with no working didact links inside. Is that enough? ![Peek...

Ok, so two questions then. 1 for me. I need to figure out how to make this work on the asciidoc side of things as well. I expect all I'd...

1. Probably so. Unfortunately we cannot customize it in the same way. They are using a separate webview, which means we can't add any Didact-isms to the style (based on...

Right now Ctrl+Shift+V is used for the markdown preview and start didact commands. Ctrl+Shift+D is in use, but Ctrl+Alt+D is not. One key different would make the difference. It's not...

This demo just shows how it might appear to the user with a static Didact page and a couple of options, but to push forward I would: * Refactor the...

(Note that the failing windows test should be fixed by the work done in https://github.com/redhat-developer/vscode-didact/pull/448 when it gets approved and merged.)

Leaving this open for now to explore other options like the new welcome screen in VS Code that we may be able to leverage.