TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Bootstrap-wysihtml5: a simple, beautiful wysiwyg editor

259 点作者 jfhollingworth大约 13 年前

25 条评论

bergie大约 13 年前
Looks promising! Might be an interesting additional editor candidate in Create (<a href="http://createjs.org/" rel="nofollow">http://createjs.org/</a>). Though, Create is MIT and the wysihtml5 library used by this is GPL, so the licenses are not compatible.<p>Currently we use Hallo (<a href="http://bergie.github.com/hallo/" rel="nofollow">http://bergie.github.com/hallo/</a>) by default, and Aloha Editor (<a href="http://aloha-editor.org/" rel="nofollow">http://aloha-editor.org/</a>) with bundled integration.
评论 #3730012 未加载
评论 #3732673 未加载
评论 #3730017 未加载
评论 #3730196 未加载
reedlaw大约 13 年前
Looks very nice, but I was hoping it would work more like Google Docs:<p>* The styles dropdown should update to reflect the style currently under the cursor.<p>* Hitting tab on a list should further indent the list item.<p>Those were just a couple of things I immediately noticed.
JonWood大约 13 年前
This is why I love open source. 30 minutes ago I was thinking "I wonder if there's a WYSIWYG editor that integrates with Bootstrap."<p>And now, here I am, reading about it.
samwillis大约 13 年前
It looks like the beginning of a very nice project!<p>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: <a href="https://github.com/samwillis/pagedown-bootstrap" rel="nofollow">https://github.com/samwillis/pagedown-bootstrap</a><p>You can see a demo here: <a href="http://dl.dropbox.com/u/2690345/pagedown-bootstrap-demo/demo/browser/demo.html" rel="nofollow">http://dl.dropbox.com/u/2690345/pagedown-bootstrap-demo/demo...</a>
评论 #3730286 未加载
评论 #3730312 未加载
评论 #3730202 未加载
da_n大约 13 年前
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.<p>Also, for practical use it needs indent controls for lists and there is a need to deal with links.
评论 #3731171 未加载
science_robot大约 13 年前
What gets sent when the form is submitted?
评论 #3733194 未加载
mhd大约 13 年前
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.
评论 #3729669 未加载
arbrandes大约 13 年前
I don't want to be the spoil sport, but even though this looks nice, am I the only one here that still believes in hand-coding HTML?<p>(Disclaimer: I'm a zealot. I don't believe in IDEs, and I'll take grep over Eclipse any day of the week. <a href="http://xkcd.com/378/" rel="nofollow">http://xkcd.com/378/</a>)
评论 #3734232 未加载
评论 #3734218 未加载
andybak大约 13 年前
Sigh. Deal-breaker. Hitting 'Enter' creates &#60;br&#62;s and not &#60;p&#62;s and it looks like they don't plan to change it: <a href="https://github.com/xing/wysihtml5/issues/13" rel="nofollow">https://github.com/xing/wysihtml5/issues/13</a>
评论 #3733901 未加载
评论 #3734008 未加载
stef25大约 13 年前
I currently use fckeditor for all client projects and I really want an alternative, so this looks perfect. I know it's probably not on top of your features list but inserting images would be a great add-on, most of my clients need it.
评论 #3730192 未加载
bithive123大约 13 年前
It certainly is simple and beautiful but it also needs to be functional. I selected H2 and typed some characters, then backspaced to the beginning where it reverted to normal text but did not update the UI (still showed as H2).
Johnyma22大约 13 年前
A simple, beautiful collaborative editor: <a href="https://github.com/johnyma22/etherpad-lite-jquery-plugin" rel="nofollow">https://github.com/johnyma22/etherpad-lite-jquery-plugin</a>
javan大约 13 年前
The new Basecamp uses wysihtml5 and we're quite happy with it!
评论 #3730988 未加载
dersebbi大约 13 年前
Now THIS is what I was looking for. Simple. Clean. Integrates with bootstrap. In my case I need even less functionality. Just bold and lists. Will try this one!
_frog大约 13 年前
Very nice, although I'd say the icon for numbered lists could be better; right now it simply looks like a chunkier version of the bulleted list button.
edude03大约 13 年前
This is pretty awesome, the only issue I have is it seems to escape my HTML automatically preventing me from using it as the editor for my blog :/
moondev大约 13 年前
ok I am excited for this. Looks great and is super clean. If you could add support for predefined styles in the drop-down along with links and simple image insertion it could handle 90% of my wysiwyg needs for projects.<p>Of all the wysiwyg editors out there it seems that most are just too bloated and the lightweight ones are just too "ugly".
评论 #3729815 未加载
tmacwilliam大约 13 年前
This looks amazing! I've been using TinyMCE on a few projects, but I'm definitely taking this for a spin. Great job!
hsmyers大约 13 年前
Given what I can do in notepad, this doesn't quite do it for me. Yes, notepad is not what-you-see-is-what-you-get, but it doesn't take that much to create a HTML repel and that followed by alt-tab allows me pretty much every thing I want. I am uncomfortable with 'some one else's idea of a good time' when it comes to feature selection---no &#60;hr/&#62;? Etc. Good idea in general, just not for me, not yet.
评论 #3729917 未加载
iusable大约 13 年前
Seems like the start of a great project! Would love to see somebody add in support for mobile browsers too :)
chmike大约 13 年前
None of these wysiwig editors work properly on an ipad. I bet it is the same for smart phones.
评论 #3733496 未加载
evertonfuller大约 13 年前
Neat, but doesn't work at all. Just the lists.
phpnode大约 13 年前
there's a non trivial lag when typing for me on chrome, makes it pretty hard to use
评论 #3730961 未加载
spiffistan大约 13 年前
Just what I needed! Thanks!
andyking大约 13 年前
Are you happy to share your contact details? (If yes, say which) Are you happy to share your contact details? (If yes, say which)<p>You may not be able to supply all this information at this stage but please do register as much as you can with them to be in with an opportunity to be part of this. You may not be able to supply all this information at this stage but please do register as much as you can with them to be in with an opportunity to be part of this.
评论 #3730048 未加载