whistyun

Results 42 comments of whistyun

For clicks, it seems that we need to add and implement an event handler. ```cs EventLog.AddHandler(AvaloniaEdit.Rendering.VisualLineLinkText.OpenUriEvent, (s, e) => { var url = e.Uri; // It checks on windows only....

I think this build failure is bacause of [it](https://github.com/actions/setup-dotnet/issues/155). Should I modify yml file for workaround?

> would you be able to write it without having a capturing lambda or enumerable (foreach)? I can't come up with a way to write without 'Any' method nor enumerable....

When I checked System.Xaml, it started from 1. I will match it with System.Xaml. By the way, System.Xaml uses the acronyms, not the ‘p’ (for example, the demo code uses...

@cwensley I fixed to start from 1. and If a acronyms is gotten, it 's used. I Also added some test cases. Additionary, I added workaround build.yml to avoid build...

MarkdownScrollViewer has MarkdownStyle property. It can change style for each control in Markdown. Unfortunately, In current version, I don't provide way to apply additional style, so We should set style...

I forgot Style.Based On property. We can include the build-in style to custom style. ```xml ``` ![image](https://user-images.githubusercontent.com/13712028/138629241-b0495d41-b153-4934-821f-220efcc181de.png)

Did you mean that the control (using `MarkdownSrollViewer`) and image files are placed in different assemblies? MdXaml searches image in only the assembly which has the control using MarkdownScrollViewer directly....

I tried to create a [VSIX extension with MdXaml](https://github.com/whistyun/testcode-garage/tree/master/ViewAsMd). And it seems to work. Can I look your project? ![](https://raw.githubusercontent.com/whistyun/testcode-garage/master/ViewAsMd/screenshot.png).

I have used VS 2022 Community, which is added `visual studio extension development` toolset, in freshly installed windows 10. I have tried building and running your project without the DLL...