Good simple HTML/CSS editor

David Thielen 3,211 Reputation points
2023-03-13T18:09:00.48+00:00

Hi all;

I need to create my Blazor (.razor) files by hand and so I’m looking for a good HTML editor. And preferably something simple/lightweight where I write the HTML and can view it to see what I’m getting. But it absolutely needs to understand the Blazor include commands because otherwise it won’t display correctly.

Do you know of anything?

Thanks – dave

ps - This was asked 7 years ago, no good solution then.

 

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-03-13T18:30:28.45+00:00

    because blazor is a component based system, you need to run the blazor code to preview. VS blazor support of hot reload is the main display technology.

    many of the 3rd blazor component toolkits have figma templates for design

    telerik has a repl https://blazorrepl.telerik.com/


  2. Rijwan Ansari 766 Reputation points MVP
    2023-03-14T05:30:21+00:00

    You can use https://blazorfiddle.com/

    To write HTML, CSS and view it on same screen.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.