there's a non trivial lag when typing for me on chrome, makes it pretty hard to use
Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
41–50 of 67 posts
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#42Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#43Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#44The new Basecamp uses wysihtml5 and we're quite happy with it!
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#45It 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...
awesome! I'd personally much prefer to use markdown for my projects but unfortunately I'm not targeting developers :/
Shameless plugs: http://writeapp.me (source on github at http://github.com/billpatrianakos/Write.app)
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#46Nice presentation and looks to have real promise, but the source output looks just as bad as WordPress (unless it is just the Developer Tools). I see spans with inline CSS, empty divs and br's all over the place. It doesn't look very clean but if I am wrong please correct me. Also, 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
#47Totally broken for me. Firefox has weird selection behavior (trying to italicize one word often catches the previous one, next one, whole sentence - or works normal), with Chrome the buttons don't work at all and with Camino (older Gecko engine), I can't even place the cursor.
can you try http://tifftiff.de/wysihtml5/examples/advanced.html and seeing if you see the same issues?
Advanced example works without bugs for me; my test has following HTML output ("So this is the thing then?
Does it always work?If it does then, great!Or, y'know, not bad.
YesNoMaybeSo!Yay it worked!!").
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#48there's a non trivial lag when typing for me on chrome, makes it pretty hard to use
I remember the new Basecamp having the same problem just after they launched (it's gone/fixed now), maybe someone from their team could chime in on how they solved it?
Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor
#49Earlier quoted context omitted.
awesome! I'd personally much prefer to use markdown for my projects but unfortunately I'm not targeting developers :/
I'm in the same situation. Got a hobby writing app slapped together that has a built in Markdown converter. I want normal people to use it but the idea is to focus on the writing, not the formatting so there's no buttons for WYSIWYG editing. I think I'm the right context Markdown only would work. In my situation I'm probably just going to throw up a short intro to Markdown tutorial for people who want to format their…