Skip to content

Fauphi/meteor-autoform-quill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-autoform-quill

Quill editor for Meteor-Autoform.

Features

Usage

Install

meteor add fauphi:meteor-autoform-quill

Simple Schema / Autoform

Blog.attachSchema(new SimpleSchema({
    content: {
        type: String,
        label: "Content",
        optional: true,
        autoform: {
            afFieldInput: {
                type: 'quilleditor'
            }
        }
    }
}));

{{> quickForm collection="Blog" type="insert"}}

Todos

  • Custom settings for editor
  • Styling

About

Quill editor for Meteor-Autoform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published