Skip to content

geraldus/yesod-form-richtext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Richtext WYSIWYG Editors for Yesod Forms

Build Status

Currently provides following editors support:

and that's all for now! :D

Contributions and feedback are welcome!

Example usage:

import Yesod.Form.Summernote

summerForm :: Form HtmlComment
summerForm = renderBootstrap3 BootstrapBasicForm $ HtmlComment
  <$> areq (snHtmlFieldCustomized "{toolbar:false}") "Title" Nothing
  <*> areq snHtmlField "Comment" Nothing

About

Various rich-text WYSIWYG editors for Yesod forms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published