wysiwyg

What is the best XPS WYSIWYG Editor that will output XAML?

I am looking for a WYSIWYG for XPS that will ouput the raw XAML. My intentions is use the tool for a way to quickly generate and test the XAML (of XPS documents) with the intention of then generating the same xaml in code and programmatically generating an XPS document. The same approach that many people use for generating html. Can an...

Is there other way to make a WYSIWYG editor on a webpage without using the designmode property?

Is it true that most WYSIWYG editors on a webpage is by using the designmode property? Is there any other method besides using this method? (is designmode first available on IE and other browsers added it too later on?) ...

is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?

is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives? some comparison seems to show that TinyMCE is one of the most compatible across browsers: http://geniisoft.com/showcase.nsf/WebEditors ...

how to get tinymce (in-browser "rich editor") to preserve indentation

PROBLEM: I use Drupal with a rich-editor, and the rich editor likes to clobber my text by stripping out the indentation and formatting. This would be unacceptable in a desktop editor, but people seem to tolerate this with in-browser wyswigs. QUESTION: How do I turn this off. I've searched around and I have yet to discover the best pract...

HTML Tidy, Web Editors WYSIWYGs and html fragments

BACKGROUND: WYSIWYG HTML editors tend to be both "intuitive" and "smart". Intuitive means someone can reasonably edit HTML without knowing the inner guts of how HTML tags actually work. Smart means that the user does not have to worry about adding the HTML or HEAD or TITLE tags, because the editor does that for them. PROBLEM: These days...

Changing the WMD Line Drop to work always

Hey! I want to make WMD line dropping always apply - It does this on Stackoverflow but the default WMD doesn't! It requires two spaces after text to make a line drop work unless it is more than 1 line drop. I've tried understanding WMD but it's all written in obfuscated code and hard to follow Does anyone know about a fix for this? T...

Telerik RadEditor Rendering issue

I've been working on a project where we are using the Telerik RadEditor control (version 2009.1.402.35). For the most part everything seems to work fine with it (i.e., bold, italics, color etc). What is an issue though is that the indent and list (bulleted and numbered) functions do not properly render on the screen while the user is edi...

How to clear the contents of the openwysiwyg editor?

I am using the openwysiwyg editor in my webpage. I want to clear the contents of it. I have used $('#report').val(''); but that doesn't clear it. The editor creates an iframe and updates the contents there, syncing as it goes. How would I go about clearing it? ...

Web-based JSON editor that works like property explorer with AJAXy input form

Background: This is a request for something that may not exist yet, but I've been meaning to build one for a long time. First I will ask if anyone has seen anything like it yet. Suppose you have an arbitrary JSON structure like the following: { 'str_title':'My Employee List' ,'str_lastmod': '2009-June-15' ,'arr_list':[ ...

Can I parse PHP locally without the use of a local host server?

Often, when I am developing in PHP, I want to see minor changes instantaneously. This requires me to either FTP to a web server and then refresh, or use a localhost server, both of which(as I understand) are essentially the same thing. What I would like to know is, is there an IDE or other way to parse PHP output in a dynamic fashion? ...

Implement a WYSIWYG document editor in WPF?

How will you approach to implement a WYSIWYG document editor in WPF? This editor is going to be very similar to WYSIWYG html editors, but back-end data structures do not have to be html. Currently, I have a working version based on mshtml control implemented in c++ (this is pretty much like MS InfoPath). I'm seeking to take out the msht...

c# WYSIWYG editor using webbrowser and richtextbox

Hello! Im trying to hammer togehter a WYSIWYG-edit in c# following some examples from here and other place. Im using a webbrowser for the design state of the editor, but i need to be able to switch to "html-view" so I used a rich textbox, and my tought was to just grab the content from the webbrowser and set it to the rtb, and the othe...

Creating WYSIWYG form builder (á la Wufoo) in Rails

I have to add Wufoo-like WYSIWYG form-builder functionality to a Rails webapp. Does anyone know of good resources (gems/engines/plugins/example code) that would help? ...

Good open source wysiwyg editor for Eclipse or netbeans

Greetings, I was wondering if anyone knows of any good wysiwyg editors for either platform? I'd like to use one in a project but am almost certain I will need to extend it due to some client requests. I don't mind if its on netbeans or eclipse [Edit] I'd like for the editor to show HTML. So I'm essentially looking for a poor mans v...

WYSIWYG vs WYSIWYM

Which one is better and ideal in a web based application? Edit: Actually I am developing a community site. So the level of users may vary. Heard about XSS security issues with WYSIWYG editors. Also I am not familiar with WYSIWYM editors and its features. As far as I know the features in WYSIWYM editor is less compared to the other one....

Ruby on Rails: Editor for backend of the web application.

What editor can you suggest to integrate with the backend of the web app I'm currently developing? I want to allow my trusted users to add articles that would be visible on the frontend. It should have some kind of markup language (to make basic customisation - lists, bold...) and if possible also the option to upload images. ...

Replace selected text with jquery/javascript

I am trying to build a specialized WYSIWYG text editor in the browser, and have a very limited set of functionality, but the biggest part of that is wrapping certain text in span tags. I can find many resources explaining standard stuff (execCommand and whatnot), but have looked and looked and can't find anything to do what I need. Bas...

Javascript - Change font color of certain text in textarea

Is there any JS function that can change the color of certain text in a textarea? For example, blar blar {blar} blar, {blar}, including { }, will be in blue. Other words will be in blank. In other words, all I need is a function that can change color of all text in { }. I've done some studies and it seems that most people say it can't ...

Is there a Wiki with a Web 2.0 UI (like StackOverflow's) ?

I need to use MediaWiki at work. It used to be okay, but with sites s.a. StackOverflow, there's some user interface issues that simply don't do any more. Most importantly, I'd want to see the live preview when typing. There shouldn't be need for a preview mode. What Wikis are you using? Which would be the best for a recent (easy) Web e...

What's the best WYSIWYG Editor for use with jQuery?

I know there are a quite a few WYSIWYG HTML editors written in JavaScript, but most of them aren't written to take advantage of jQuery. I'm looking to use one in a project I'm working on, and I would like to know which of ones are the best. I'd prefer it to make use of jQuery for compatibility reasons, but it isn't required to be a jQue...