-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html Editor? A Must Have Feature #471
Comments
Seconded - especially for things like tables - the current table plugin is so barebone. |
Thirded, just let people view the HTML source. It's something people have come to expect. |
Implementing things because people expect it though isn't the right way to go. There is just simply more freedom, if you know what you are doing. |
How is there more freedom if you're not letting people view the source? I realize I can create my own plugin that effectively pops up a window or something with the value of |
Why don't use Firebug as HTML-Editor? |
That seems like a non-solution for creating a wysiwyg for normal users.
|
are normal users familiar with HTML? If i know html firebug etc are much more comfortable to me :-) |
Yes, normal users are more familiar with html tags than they are with using
|
I know this is a terrible comparison: but think about CKeditor. They have source view. Lets say a user happens to know how to add a border or background color to table cells. It's much easier to use the html editor, until a specific feature is implemented. I agree, There probably is a way to do everything through a UI. But the HTML editor, as I see it, is a, "have this until we fully implement every feature" feature. |
@DerNalia I see now that I misunderstood your earlier comment. Looks like we're in agreement that an HTML source editor is a good idea; I personally think it should be there because it's an expected feature; every other WYSIWYG has it to overcome the inherent limitation of all WYSIWYG interfaces. |
right. =D |
To view the source, there will be a plugin merged into the dev branch. This plugin shows the HTML source code of an editable and position of the cursor in it. Editing the HTML source is not supported right now. Could maybe added to this "sourceview" plugin ... Reference: https://getsatisfaction.com/aloha_editor/topics/view_html_source |
I'm not sure if I'm going to be using Aloha or not, but if I ever need to use it and source editing isn't supported yet, I'll be happy to implement it. |
Aloha has an excellent vision for the future of What You See Actually Is What you Get editors, and their architecture is rock solid. Definitely consider it =D |
@JordanReiter that's a good deal ;-) |
In case this helps anyone else you can modify the view source panel (from the Boilerplate demo) into a source editor fairly easily. See Andrew Eddy's comment here https://getsatisfaction.com/aloha_editor/topics/view_html_source#reply_8584050 |
+1 for source code edit mode |
+1 for view source. |
+1 for source edit |
+1 |
+1 |
Hey Guys,
I was wondering if you had any plans to add an html editor. I think its pretty essential when it comes to updating and managing your wordpress website.
Best,
Andrew
The text was updated successfully, but these errors were encountered: