Skip to content
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

Open
dotsona opened this issue Mar 19, 2012 · 19 comments
Open

Html Editor? A Must Have Feature #471

dotsona opened this issue Mar 19, 2012 · 19 comments
Labels

Comments

@dotsona
Copy link

dotsona commented Mar 19, 2012

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

@NullVoxPopuli
Copy link

Seconded - especially for things like tables - the current table plugin is so barebone.

@JordanReiter
Copy link

Thirded, just let people view the HTML source. It's something people have come to expect.

@NullVoxPopuli
Copy link

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.

@JordanReiter
Copy link

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 .html() but why not just offer it built-in?

@ghost
Copy link

ghost commented Apr 10, 2012

Why don't use Firebug as HTML-Editor?

@JordanReiter
Copy link

That seems like a non-solution for creating a wysiwyg for normal users.
Since there's no interest in this I suppose I'll just write my own plugin
when I need to use it.
On Apr 10, 2012 8:21 AM, "limboo" <
[email protected]>
wrote:

Why don't use Firebug as HTML-Editor?


Reply to this email directly or view it on GitHub:
#471 (comment)

@ghost
Copy link

ghost commented Apr 10, 2012

are normal users familiar with HTML? If i know html firebug etc are much more comfortable to me :-)

@JordanReiter
Copy link

Yes, normal users are more familiar with html tags than they are with using
the developer tools of a browser. But you clearly disagree, so if I ever do
use aloha, I'll just make a fork.
On Apr 10, 2012 8:32 AM, "limboo" <
[email protected]>
wrote:

are normal users familiar with HTML? If i know html firebug etc are much
more comfortable to me :-)


Reply to this email directly or view it on GitHub:
#471 (comment)

@NullVoxPopuli
Copy link

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.

@JordanReiter
Copy link

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

@NullVoxPopuli
Copy link

right. =D

@evo42
Copy link
Member

evo42 commented Apr 18, 2012

To view the source, there will be a plugin merged into the dev branch.
#501

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

@JordanReiter
Copy link

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.

@NullVoxPopuli
Copy link

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

@evo42
Copy link
Member

evo42 commented Apr 18, 2012

@JordanReiter that's a good deal ;-)

@patrickgalbraith
Copy link

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

@kuraga
Copy link

kuraga commented May 23, 2012

+1 for source code edit mode

@neohunter
Copy link

+1 for view source.

@JoyceBabu
Copy link

+1 for source edit

@jifka
Copy link

jifka commented Sep 17, 2013

+1
Has there been any traction on this? This is a basic/expected feature of ANY editor, inline or not. I was in the midst of an aloha-editor implementation when I came across this missing feature. Stunned, really. I dig the editor, but wish it had this feature. Users will most certainly expect it.

@kitsirota
Copy link

+1
This is definitely at the top of our list also. Looking through the various forks, it appears the wysiwhat team wrote a custom plugin for this, but I dont think it is able to edit the source.
https://github.com/wysiwhat/Aloha-Editor/tree/master/src/plugins/extra/sourceview

@Jotschi Jotschi removed this from the Backlog milestone Oct 30, 2014
@dotsona dotsona removed this from the Backlog milestone Oct 30, 2014
@Jotschi Jotschi removed the AE Plugin label Oct 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests