Vlad Știrbu

Results 49 comments of Vlad Știrbu

`@octokit/core` works as expected: ```ts // plugin.ts import { ProbotOctokit } from 'probot'; export function plugin(octokit: InstanceType) { return { methods: { // plugin methods itWorks: async () => {}...

Mermaid does not have builtin zoom functionality. It might have changed, but last time I've checked most diagrams render to fill the view. Not a bit problem in the browser...

I'll have to investigate why the tests are failing before merging this. Also thinking to have a CD solution based in actions so that it would be easier to release...

Instead of having the syntax highlighting merged in this plugin, I've added an extension pack to the manifest so that installing this plugin installs also yours (298a7a9a4d51b7ec728e2e0fe64899ab48bbbaf3)

In the long term we should have a single plugin that handles the mermaid related features, but right now I'm not able to allocate much time to fix the pending...

This would be nice although the end result is not really usable till the missing arrow heads issue (#2) is fixed.

Export to SVG and PNG is a feature of mermaid cli that requires PhantomJS. I found this dependency quite invasive. I would be interested in alternatives before moving forward.

They are rendered as SVG.

This plugin renders the mermaid diagram using a vscode component that is meant for previewing HTML that is not too heavy. There is no default channel back from the preview...

Thanks for brining this thing up. I'm not able to replicate the behaviour. Using the following snippet I get always a single diagram rendered when the cursor is inside the...