Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 601 Bytes

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