Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
31–40 of 67 posts
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#32It looks like the beginning of a very nice project! I had a similar itch to scratch a few weeks ago when I wanted a nice simple editor for a project and modified the pagedown editor (the markdown editor from stackoverflow) to use bootstrap. Its here: https://github.com/samwillis/pagedown-bootstrap You can see a demo here: http://dl.dropbox.com/u/2690345/pagedown-bootstrap-demo/demo...
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#33Looks promising! Might be an interesting additional editor candidate in Create ( http://createjs.org/ ). Though, Create is MIT and the wysihtml5 library used by this is GPL, so the licenses are not compatible. Currently we use Hallo ( http://bergie.github.com/hallo/ ) by default, and Aloha Editor ( http://aloha-editor.org/ ) with bundled integration.
Aloha is AGPL though, it seems they do license exceptions for BSD projects, is that what you have?
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#34It looks like the beginning of a very nice project! I had a similar itch to scratch a few weeks ago when I wanted a nice simple editor for a project and modified the pagedown editor (the markdown editor from stackoverflow) to use bootstrap. Its here: https://github.com/samwillis/pagedown-bootstrap You can see a demo here: http://dl.dropbox.com/u/2690345/pagedown-bootstrap-demo/demo...
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#35It looks like the beginning of a very nice project! I had a similar itch to scratch a few weeks ago when I wanted a nice simple editor for a project and modified the pagedown editor (the markdown editor from stackoverflow) to use bootstrap. Its here: https://github.com/samwillis/pagedown-bootstrap You can see a demo here: http://dl.dropbox.com/u/2690345/pagedown-bootstrap-demo/demo...
This is awesome. I was using tinymce but will switch to yours. Is there an easy way for allowing image upload as opposed to external link?
You really mustn't give me much credit for it, the guys here did the hard part: http://code.google.com/p/pagedown/
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#36Earlier quoted context omitted.
This is awesome. I was using tinymce but will switch to yours. Is there an easy way for allowing image upload as opposed to external link?
You would need to fork it and edit Markdown.Editor.js to change the dialogue to include the upload logic. Somewhere around line 1023 ( https://github.com/samwillis/pagedown-bootstrap/blob/master/... ) You really mustn't give me much credit for it, the guys here did the hard part: http://code.google.com/p/pagedown/
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#37Also, for practical use it needs indent controls for lists and there is a need to deal with links.
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#38Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#39Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#40And now, here I am, reading about it.