Monaco-editor: Bindings to Blazor/ASP.NET Core WebAssembly

Created on 4 Apr 2020  路  3Comments  路  Source: microsoft/monaco-editor

It would be really nice if we could embed Monaco into a Blazor WebAssembly project.
I think there would be a bunch of JSInterop and a component facade needed.
There were some open source approaches started to build something like that (as example Blazaco) but none of them are active and none of them are exposing the full api into Blazor.
As ASP.NET Core / Blazor is a microsoft product, it would be nice if you could directly support it.

feature-request integration

Most helpful comment

Check out https://github.com/serdarciplak/BlazorMonaco
This is a new repo I've started and currently working on. It's not the full api yet but it will be. If a specific feature that you need is missing, please tell me and I'll prioritize it.

All 3 comments

That would be really great. I've been looking for a blazor interface for a code editor component like Monaco for some time, but without success regarding my requirements. I'm not familiar enough with TypeScript to wrap the API in a good pattern by myself and dont want to produce another semi-finished wrapper construct.

I'm also looking into using Monaco for a Blazor project.
馃憤

Check out https://github.com/serdarciplak/BlazorMonaco
This is a new repo I've started and currently working on. It's not the full api yet but it will be. If a specific feature that you need is missing, please tell me and I'll prioritize it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gynet picture gynet  路  22Comments

lidermanrony picture lidermanrony  路  19Comments

spahnke picture spahnke  路  26Comments

akosyakov picture akosyakov  路  16Comments

NikGovorov picture NikGovorov  路  92Comments