wysiwyg

What's the best way to embed HTML within a HTML page in a content management system?

I'm in the process of building a content management system for a scientific journal. The system is designed with content "blocks" that editors can manipulate using the FCKEditor. I am trying to display these "blocks" read-only in the system without the editor. My concern is "rogue" HTML that could break the rest of the page if the HTM...

Can you suggest a Non-HTML WYSIWYG web editor?

I am scouting the market for a good WYSIWYG editor. My users are going to write stuff just like I'm doing now on Stack Overflow, but they aren't as tech-savvy as the SO users, so I need a WYSIWYG editor instead of this Markdown editor. Feature-wise, I'd like the editor to have approximately the same features as the buttons that this edi...

MathML, Latex or similar for web-based WYSIWYG editor

I am looking for a web-based WYSIWYG (or WYSIWYM) editor like TinyMCE or WMD Editor (used to write this question) that supports users to write mathematical formulas. I have looked at LaTeX a little bit but it has a learning curve and I am not sure if support for MathML is extensive. Ideally I would also like to avoid having to rewrite an...

Open source Javascript RTE

What open source RTE do you use in your day to day web dev tasks and why? I've been using both TinyMCE and FCK but both seem very clunky and buggy. I've had nightmares with FCK while trying to extend it and it has loads of bugs in IE. Ideally I'd be looking for something that fun to maintain and easy to extend while providing most of t...

Is there a JavaScript WYSIWYG that leverages jQuery?

I have looked at TinyMCE, FCKeditor, YUI Rich Text Editor, NicEdit and some others, but I was wondering if there is one out there that utilises jQuery? I mean, I already use jQuery in all my projects, and it seemed it'd be useful to have a WYSIWYG editor that used it also. This should result in a smaller file size. I understand if one d...

Prevent TinyMCE from converting linebreaks

I want to prevent TinyMCE from converting linebreaks (pasted from notepad for example) into <br>'s. Thats because I want to post code snippets inside <pre> tags, and I don't want to have <br>'s in there. I already tried several TinyMCE settings in the config without success: force_p_newlines : false, force_br_newlines : false, remove_l...

Has anyone used "GWT Designer"?

Haven't seen anything about it here but it seems to solve one of the problems with GWT - the fact that you have to write Java code to generate your GUI. Instead this software allows you to design the GUI using drag-and-drop tools - a WYSIWYG interface. I'm not trying to sell the product, by the way. I just want to know whether it wor...

Why there are no WYSIWYG rich text editors in Flash/Silverlight/Whatever?

Or are there? From a desktop software developer point of view (as opposed, perhaps, to that of a web developer), rich web application platforms, such as Flash or Silverlight, look like better tools for doing WYSIWYG text editors for the web. They are capable of more sophisticated input/output, data representation etc., and they are cons...

W3C Compliant WYSIWYG?

Could someone recommend me a WYSIWYG editor that is W3C compliant and has decent functionality? T.I.A. ...

Cheap WYSIWYG Editor for Static Websites (think Frontpage)

I am looking for an easy to use WYSIWYG athoring tool that lets me build a complete website that consists of multiple connected static html pages. Actually something like Frontpage would be exactly what I need. I can define menus, contact forms, design the layout and define how the sites are linked to each other. But frontpage seems to b...

Innovastudio in formview in an updatePanel

I have a webform that has two UpdatePanels, one with a GridView and the other a FormView (Master / Detail). When a record is seleceted from the GridView the FormView displays the detail of the record in Edit mode. One of the asp:TextBox inside the FormView should become a InnovaStudio WYSIWYG editor. The problem I have is when the Form...

Is there an editor that shows WYSIWYG comments?

Has anyone seen an editor/IDE that shows WYSIWYG comments inside the code? I have seen some that show the docs of an element in a separated tab/windows, but not together with code. For example, a JavaDoc comment would be much clearer and easier to edit if it had no tags and could be edited like a snippet from a normal text document. /**...

Is there tool to construct XSL/XSL-FO with GUI?

Hello all is there any good tool to construct XSL and XSL-FO from XMLs / SQL queries but as GUI designer? Thanks ...

Is there any good IDE or WYSIWYG editor for graphviz?

Actually I had downloaded an GUI for graphviz (dont remember the site), which said that they had won an Apple Design Award. But that tool really only displays an *.dot file I created. That's it. It's just called "Graphviz"... I guess that there are better tools around for using the Graphviz technology. I tried this one: link text Altho...

Strange elements appearing in javascript rich text editors

There's been a rash of strange HTML form elements showing up in javascript-based rich text editors all around the web. The first evidence I can find of this is in the joomla forums a little under a month ago. Since then there have also been reports from drupal users and wordpress users, and there's now evidence of this all over the web...

CMS -WYSIWYG for dummies

So, I’m working on a project for my company that involves allowing users the ability to create their own web pages. So for example the real content managers that know what they are doing make all the mains pages. Then a user can make their own page describing what they do and share items with others. Now the catch is that these users hav...

Text-to-HTML converter for PHP

What text to HTML converter for PHP would you recommend? One of the examples would be Markdown, which is used here at SO. User just types some text into the text-box with some natural formatting: enters at the end of line, empty line at the end of paragraph, asterisk delimited bold text, etc. And this syntax is converted to HTML tags. ...

what is the best cross browser html WYSIWYG editor ?

Hello all im looking for cross browse WYSIWYG css/html web editor ( freeware please ) that is desktop , can you recommend me on which should i use ? ...

WYSIWYG text editor in Java

I'd like to collect all WYSIWYG text editors for Java here. Some rules for entries: There must be a link to the project/product You must state whether it's open source or commercial Is it possible to extend the editor (add new features like a "violet centered sudoku")? Is that simple or complex? Does it come with lots of features (fan...

Creating a specialised CMS by extending a desktop web-dev app. Options?

Background We need to develop a specialised CMS (internal use only) to support a technical writing team producing specialised long-form content for web (i.e. text with pictures, interactive features). To protect the writers from the nitty-gritty of web development (and to improve output consistency) we'd like to augment a regular WSIWYG...