English 中文(简体)
WYSIWYG editor that doesn t modify HTML [closed]
原标题:

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

The community reviewed whether to reopen this question last year and left it closed:

Original close reason(s) were not resolved

I have a problem with FCKEditor and TinyMCE.

I need a WYSIWYG editor that doesn t modify HTML when changing views (like fixing broken HTML etc.)

I have tried different configuration parameters, but none of them turn off html modification entirely.

Is there a WYSIWYG editor that doesn t modify HTML even when its broken?

最佳回答

Very hardly. The actual WYSIWYG editing is done by components integrated in the browsers (Midas in Firefox, contentEditable tag in IE). In my experience, they all tend to auto-fix broken HTML as best as they can. All the WYSIWYG editors build around that functionality.

I think some degree of auto-fixing is kind of inherent to any WYSIWYG editor, because broken HTML can t really be edited.

What are you trying to get around? Try to describe what your actual problem is and maybe somebody can come up with a different way.

问题回答

I believe FCKEditor, TinyMCE, and many other WYSIWYG editors use editable iframes. This means they allow the browser to decide how to modify the HTML and is more of a builtin function (builtin in the sense of the browser). Someone please jump in here if I m wrong.

Try creating your html on you desktop and copy and pasting it to your browser editor just make sure you use the same mode on each editor ie html to html or wysiwyg to wysiwyg

Here is the desk top editor I use and it works well

Technology is moving so fast it is impossible to keep up and learn how to use all the new tool coming out I like to try out new thing when I have the time but I still need to get the thing done that I need to do So I like to do the bulk of my html editing on my desk top and this is the faithful tool I use

For anything you do online it is important to understand how things work so you are not at the mercy of others I believe that it is important to understand and be able to edit html and create web pages here is the easy way that I have found to achieve this

If You are looking for help with Website Creation then I would suggest that you have a look at kompozer it is an updated version of

nvu and looks the same and operates almost the same but is a more stable software as almost all of the bugs have been removed

Go to this site http://kompozer-nvu.info/ if you are interested in a set of video tutorial that will make you a expert in no time at all

Have a look at what Kompozer can do It is my website editor of choice as it is free

I learned to use it fully with videos

Go to the site and get the free video they are enough to get you started

Try this http://www.richtexteditor.com/demo/.

We ve used it for 1 year and found the html code is well kept in this editor.





相关问题
WYSIWYG editor that doesn t modify HTML [closed]

I have a problem with FCKEditor and TinyMCE. I need a WYSIWYG editor that doesn t modify HTML when changing views (like fixing broken HTML etc.) I have tried different configuration parameters, but ...

Extract all h6 tags from a TextArea using JavaScript

Here is what I m looking to do. 1: Have a jQuery WYSIWYG editor that allows users to enter text 2: Have a box that displays extracted text from the WYSIWYG editor that is only viewable. The extracted ...

CKEditor IE8 issue

Has anyone experienced this problem with CKEditor and IE8? Basiclally, when the content included a nested p tag, you cant edit the content. i.e. <div> <p>This content cannot be changed ...

WYSIWYG for displaying sql query

i am looking for a wysiwyg to embed in my web page. the thing is, the wysiwyg am looking for should be table based wth functionality for printing and editing the displayed data. Data that will be ...

Developing WYSIWYG UI/Controller on iPhone

I m trying to develop a really good and cute looking text message input controller like TTMessageController from three20 but with some simple WYSIWYG controls. For the first step I want to go super-...

JWYSIWYG or jHtmlArea within a Jquery Ui Tab

I am not able to get my jwysiwyg and Jhtmlarea text editors to work within an AJAX loaded Jquery UI Tab Both text editors work when loaded normally. This loads the tabs on the "View Page" <...

热门标签