I am looking for a Cocoa HTML editor control. Do you know if something like this already exists?
Asked
Active
Viewed 1,901 times
3 Answers
4
Here's CKEditor4ObjC, an open-source Cocoa HTML editor using CKEditor and WebView
that I just created.

hpique
- 119,096
- 131
- 338
- 476
-
@ta.speot.is Apologies. I'll add Apache 2.0 when I have a minute. – hpique Mar 19 '13 at 09:22
2
The only thing that I've seen that relates to what you're looking for is this simple example of how to use the TinyMCE JavaScript-based HTML editor in a Cocoa WebView
.
Alternatively, I would take a look at this similar question and the corresponding link to helpful information that resides within it.
0
It's not hard to use document.execCommand(...)
either, because WebKit is pretty compatible with it.

Vervious
- 5,559
- 3
- 38
- 57