pipiscrew

Results 12 issues of pipiscrew

congrats! I know after all this work, this is nothing!! no primary key defined - generation correct ![](http://i.imgur.com/rZ3h0kT.png) primary key defined - generation dodgy ![](http://i.imgur.com/ajIG3Kg.png) ![](http://i.imgur.com/teQlLIY.png) ![](http://i.imgur.com/lYgmSY9.png) --- hmm, what...

when click the preview button I getting : ![image](https://cloud.githubusercontent.com/assets/3852762/14060110/b3d8ad2a-f361-11e5-9207-96a122894fbe.png) looking through https://github.com/summernote/summernote/blob/develop/examples/textarea.html line26 - $('.summernote').summernote('code') your example code : `$('.preview-btn').click(function () { $('#preview-box').html($('.summernote').code()); $('.summernote').code(''); prettyPrint(); }); ` modified code :...