Switching to CodeMirror as Editor

This commit is contained in:
2020-04-23 01:32:20 +02:00
parent 66184b7932
commit de2400d03a
16 changed files with 10518 additions and 69 deletions

View File

@ -13,7 +13,7 @@
<link rel="icon" href="~/favicon.png" />
<title>Seenginx</title>
<base href="~/" />
@*<link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css">*@
<link rel="stylesheet" href="~/css/codemirror.css">
<environment include="Staging,Production">
<link rel="stylesheet" href="~/css/materialdesignicons.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/bulma.min.css" asp-append-version="true" />
@ -43,5 +43,8 @@
<script src="_framework/blazor.server.js"></script>
<script src="_content/Blazorise/blazorise.js"></script>
<script src="~/js/codemirror.js"></script>
<script src="~/js/nginx.js"></script>
<script src="~/js/index.js"></script>
</body>
</html>