Live data from Hacker News

Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

jhollingworth.github.com

41–50 of 67 posts

Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

#41
post #17

there'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

#45

It 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 :/

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 writing. It's okay in my case because the focus should be on words, not formatting and I have a hunch regular folks can learn Markdown within 20 minutes at most for the most part.

Shameless plugs: http://writeapp.me (source on github at http://github.com/billpatrianakos/Write.app)

Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

#46
post #37

Nice 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.

I hear that but I feel like there are some things in life we'll never be rid of and messy markup from WYSIWYG editors is just one of those things. I've never known any GUI tool to produce clean code whether it be GUI settings managers on Linux or WYSIWYG editors on the desktop or web.

Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

#47
post #2

Totally 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?

I had same issues as mhd on FF 10.0.2 on Kubuntu.

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

#48
post #41
post #17

there'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?

Hmmm. Not sure what you're referring to. We've made some improvements (http://37signals.com/svn/posts/3137-using-event-capturing-to...), but nothing specifically related to the editor/Chrome.

Re: Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

#49

Earlier 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…

shameless plug too, feel free to try my DOM > markdown project. should be easy to get any editor that generates DOM to emit markdown

https://github.com/leeoniya/reMarked.js

demo: http://leeoniya.github.com/reMarked.js/

Post reply on HN