meteor-autoform-summernote
meteor-autoform-summernote copied to clipboard
This patches an issue with autosave. When i would highlight text and then change font size autosave would stop working. The value was not being updated from summernote. Now I...
Hi, i got this error with this setup ``` Books = new Meteor.Collection('Books') var BookSchema = new SimpleSchema({ title: { type: String, label: "Title", max: 200 }, content: { type:...
The menu controls do not respond to browser size changes. The controls do not rearrange (multiple rows) when I make the browser window smaller than the full sized summernote item:...
Could I show the Tooltip like "Bold (Ctr+B)";