Skip to content

jitbit/TrumbowygNuget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Nuget package for Trumbowyg WYSIWYG editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published