Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 576 Bytes

TrumbowygNuget

Nuget package for Trumbowyg - an awesome lightweight JavaScripts WYSIWYG editor.

https://github.com/Alex-D/Trumbowyg - here's the actual editor. This project is just a Nuget package for it.

This package puts Trumbowyg-editor into Scripts/trumbowyg folder of your ASP.NET project. After installing package with PM> Install-Package Trumbowyg, use it like this in your ASP.NET MVC views:

<head>
  <link rel="stylesheet" href="~/Scripts/trumbowyg/trumbowyg.min.css">
</head>

...

<script src="~/Scripts/trumbowyg/trumbowyg.min.js"></script>