Soon to Be Released CKEditor 4 Features New Skin And Inline Editing
PsxMeUP writes "CKEditor, one of the world's most popular WYSIWYG HTML editors, is getting a new default skin. The winner, Rafal Bromirski, will also receive $1000. The new design is going with the trendy monochrome look. The skin will be used with the soon-to-be-released CKEditor 4, which will feature inline editing."
I recommend checking out the inline editing demo. Who needs textarea any more?
Never heard of CKEditor and I could care less that version 4 is out, let alone that yet another pointless closed source editor gave some sucker $1000 for doing something that they SHOULD have paid their employees a lot more to do.
This seems like a blatant product advertisement.
Seriously, what is wrong with color in a UI?
I for one will be glad when monochrome is passé; I'm surprised Google still has its multicolor logo, for all its embraced this trend. Vive les couleurs!
That's very good to know. It's about time this editor gets a decent look (the old incarnations were ugly to say the least).
In other news - I can see people misusing the inline editing feature. Tons of bugs and user frustration commencing in 3...2...1...
Trendy monochrome -- do they mean like my VT100? That's so trendy they'll still be imitating it 50 years from now.
I still use the icons from v2.
Was a deal breaker for me about a year ago.
Who needs textarea? Today's internet.
"Who needs textarea any more?" I do. I am writing this comment in VIM using the "I's All Text" extension for Firefox. I use my tool of choice (VIM) for almost everything I write, and I am not overjoyed with "solutions" trying to enforce other tools and behavior than the ones that help me the most. Freedom of choice is, at lest for me, very valuable.
I've used CKEditor in projects since it was FCKEditor. The demo is snappy and sexy, and I love the inline editing support!
Hope it receives rapid adoption.
CKEditor is like TinyMCE. Tiny has a lot better documentation and CK, formerly known as FCK, changed their inner workings a couple of years ago without having a solid stable branch. We changed to Tiny.
Thank $DEITY this is an option. (It is an option, right?) A bit of color is a GOOD thing. With monochromatic icons, you need to inspect each icon carefully to discern its shape. With color, your eyes can quickly jump to the right one, especially if you've used it for a while. It just becomes automatic, like muscle memory.
The old icons were great. The ones that were just for text were black (bold, ital, underline, left/right/center). Text+decoration were black and colored (lists, indent, super/subscript). Separate functions (import from Word, clean up, spellcheck, table) were colorful. (As were "text color" and "highlight", FFS.)
This is NOT progress. :-|
Side note: Today I learned that "Noooooooooo" in a subject is OK, but one more "o" results in "Lameness filter encountered. Post aborted! Filter error: Too much repetition." Remember: Ten "O"s, kids. It's not just a good idea, it's the law.
Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
to the 4 skin contest winner.
You're telling me I need to stop using HotDog to manage my websites?!
I'd MUCH rather use Notepad - not even Notepad2 or Notepad++, vim, pico, nano
This is an inline replacement for textarea. It has nothing to do with those.
Who needs textarea any more?
Slashdot?
== Jez ==
Do you miss Firefox? Try Pale Moon.
Every web WYSIWYG produces garbage markup, that's why I hate them. They're supposed to make HTML easier for plebians, but in reality they're given the power to make incomprehensible messes. Like handing a loaded shotgun to a toddler.
At least what CK produces (and FCK before it) is less fubar'd than what TinyMCE vomits out.
Inline editing is a recipe for an infinite amount of "I edited the page, and now it's broken" support requests. Only rabidly masochistic developers would even think of deploying it anywhere that a non-developer could access it.
Long live the textarea!
Sometimes I just want to write a longer piece on my desktop before moving to the web and see a WYSIWYG HTML view. Right now I stick to PSpad on the desktop, WordPress HTML mode (not WYSIWYG), and Google Docs depending on what I'm typing up. I feel I'm missing an editor on Windows that handles HTML/CSS and publishing (preferably to WordPress) better than PSpad. - HEX
Horror & SciFi Erotic Nudes
As an avid implementer of CKEditor, I've had several clients ask for the ability to edit content directly on a page. This new inline editor will make that possible. Can't wait for the release.
I will turn in my geek card by stating that back in the day, I used FrontPage to make a quick web page... then I looked at the markup generated. Then, I realised how much of a fool I was to use the software. It even added things that were not valid HTML! Something on the lines of { 0.000, 0000, ..... }, and no, that was no CSS block. It was a bunch of nested curly brackets with zeros inside. As parent said WYSIWYG editors trend to do that, a lot. Like giving a five year old a pound of sugar and a Super Soaker...
Never heard of CKEditor and I could care less....
"could NOT care less". Please, if you're going to troll, do it properly.
Inline editing is terrible if you give them ALL options.
First it has nothing to do with development. It has to do with content.
What we did was first disable anything that could be abused. This included almost anything. What was left was bullets, bold, the colors black and red and links. Also placing images was allowed.
Next we explained everybody how to use those things and had the amount of users limited. Never had an issue.
If it can break anything, then the developer did a shoddy job.
Don't fight for your country, if your country does not fight for you.
vs. the, "Hey can you change Dr. Bizer's name to Dr. L.L. Bizer" phone call you get while you're midst trying to debug some javascript?
I'd rather have the clients make minor changes and then call me if they break something.
When did this happen?
People where I work have been using CKEditor since before the name change to make it English-friendly. (That change made it much easier to describe to upper management.) It's very nice, and I'm looking forward to checking out the newest version.
Still, I can't help but look at the latest trend to blocky monochrome icons and flash back to Mac 64 and Windows 2.
When did this happen?
Much as I appreciate your humorous intentional misunderstanding, some people *might* think you're being serious and get the wrong idea. So let's clear this up...
"CKEditor" is the latest fragrance from Calvin Klein, the people who brought you "CKOne".
There- I hope that corrects any misleading impression given.
"Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
Anyone know if you can drag and drop an image into the text and have it "do the right thing"?
It can be persisted in exactly the same way as a WYSIWYG textarea replacement within a tradiitonal CMS does it - using Javascript and AJAX to pass the content to your backend. Makes very little difference whether the data comes from a textarea or from another DOM element / Javscript variable.
Please excuse the n00b question here but without a textarea or even a form how do you save the changes to the server?
The demo didn't seem to have a 'Save' button, if it did I guess it could trigger some javascript that could pseudo serialize the page (translating #IDs to _POST IDs and innerHTML to _POST values) and AJAX the content back to the server.
Is there some major part of HTML5 I'm missing here? (I'm not trying to troll, this is an honest question)
I'm confused, why exactly would those editors add tags? I've been programming websites for over 15-years and editors like notepad++ don't add hidden tags. nano doesn't do it either, and if it would, it would be terrible for editing core server files with. I don't normally get browser / cross-browser incompatibilities because I know how to code, perhaps you're doing it wrong.
I used both CKEditor and CKFinder in most of my projects. Writing plug-ins to enhance the tool-set is a breeze. Very efficient way to allow your clients to edit their sites, add images, link to pages and create new pages of their own. There are even plug-ins to allow the user to paste in their Word Document, where in return it is formatted automatically for the web. Plugins for video, HTML 5 are also very useful. Anyway, I have been utilizing CKSource's products for about 4 to 5 years now and happy. Though, I wish they would of chose a better design, in my opinion.
LOVELY! your work is going to be everywhere, shortly. HTML5 is the future, afterall. You guys rock!
CS majors know the time/space tradeoff, but they never get taught the 3rd, crucial, tradeoff of the set: comprehension!
It is actually the browser that creates most of the garbage. The editor mostly uses an API to tell the browser that a certain part of the page is editable.
New things are always on the horizon
This is a sincere question, by a naive end-user...
http://www.w3.org/Amaya/
open-source, and efficient even to me...
Herve S.
And I've looked around their beta site for documentation showing me how to do it. Because, you know, CKEditor just might be most interesting to developers, who kind of like to see code and understand how the integration is going to work and all that.
But no. Lots of demos, no example of showing you how to do the AJAX calls. Uh... they DO have a built-in functionality for that, don't they? If I have to code all that up by hand, then please explain to me how this new feature makes it in any way better than using the current version and Jeditable ?
Assorted stuff I do sometimes: Lemuria.org
Renamed FCKeditor ---> CKeditor
Check out our CKEditor-4-Skin winner.