cblp / yesod-form-richtext

Various rich-text WYSIWYG editors for Yesod forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Haskell 100.0%