✅ Is there a working code editor for blazor server?
i found one for blazor wasm https://github.com/serdarciplak/BlazorMonaco but that one does not work with blazor server
are there any alternatives for code highlighting in blazor server (razor files)?
GitHub
GitHub - serdarciplak/BlazorMonaco: Blazor component for Microsoft'...
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code. - GitHub - serdarciplak/BlazorMonaco: Blazor component for Microsoft's Monaco Editor which powers Vis...
3 Replies
Use some JS-based syntax highlighting package
You wouldn't want to send every keystroke over SignalR to get the new highlighted code anyway
thanks, used Prisma.
is there no /solve here?