Tagged Questions

14
votes
12answers
17k views

Prefered Javascript editor for Mac?

Similar to http://stackoverflow.com/questions/713889/what-is-your-favourite-javascript-jquery-code-editor, but Mac only. In my case, BBEdit for auto-completion, and Coda for integrated FTP support. ...
10
votes
18answers
16k views

Which text editor has the most useful autocomplete for web page editing?

Which text editor has the most useful autocomplete for text editing? That is, when you type a tag like <p>, the editor will automatically add </p> and put the cursor after the first tag. ...
5
votes
14answers
2k views

Text Editor with Scripting…for Linux

For a while now, I have been using UltraEdit on my Windows box. The ability to write scripts with a familiar language (JavaScript) has proved to be extremely useful. The only problem is that I ...
3
votes
2answers
64 views

clickable symbols to insert

I have a site where users can type posts. I want to add an some simple buttons on the side of the site that insert different symbols. The symbols dont need to be crazy like the windings font but ...
3
votes
3answers
326 views

Looking for light text rich editor for enterprise website ,more light then tinymce with basic buttons for comment form

I am Looking for light text rich editor for enterprise website ,more light then tinymce with basic buttons for comment form. Its important that editor will also work in IE6. until now I try cleditor ...
2
votes
1answer
189 views

YUI3 Rich Text Editor: dynamic visual styles

Complete YUI newbie here. I need to dynamically color text background as user types the text in the YUI3 text editor control, as follows: First line of the text is orange. All lines until the line ...
2
votes
1answer
473 views

Move cursor to next contentEditable - JQuery

what I am looking to do specifically is when i press enter it creates a new paragraph the cursor then moves to or selects the new content editable paragraph to begin typing but i cant seem to find a ...
2
votes
1answer
313 views

tinymce: rich text mode, how does it work

I want to understand how tinymce functions. the rich text editor contains an html document within an iframe. how are the nested DOM elements inside editable, In other word how am I able to type ...
2
votes
4answers
606 views

Javascript WYSIWYG Editor and font sizes and I am stumped

I'm creating a Javascript WYSWYG editor (yes I know a million already exist but none met my needs) and I've hit a wall. I need only two features in my editor: 1) Users should be able to select any ...
2
votes
6answers
2k views

Any In-place Javascript Rich Text Editor available?

Are there any in-place editor in JS that supports Rich Text like TinyMCE / FCKEditor? e.g. of in-place editing (non-rich text): http://www.appelsiini.net/projects/jeditable/default.html
1
vote
3answers
187 views

JavaScript WYSIWYG text editors

I'm writing a heavily-customised WordPress CMS for a fishkeeping website. Currently I'm working on the species profiles which consist of a load of small fields (Genus, Species, Diet, Compatibility, ...
1
vote
1answer
74 views

JS text editor control with flexible dynamic visual styling capabilities

I'm looking for a JS text editor control for any sane framework, that would allow me to color and otherwise style text in run-time as user types it in a custom markdownesque format. Note that the ...
1
vote
3answers
87 views

Is there a quick way to convert a JavaScript object to valid JSON in the text editor?

I have a big old config object. Something like: var object = { item1: 'value1', item2: 1000, item3: ['a', 'b', 'c'], item4: [1, 2, 3], item5: { foo: 'bar' } }; ... and so on. I want ...
1
vote
1answer
200 views

Is there any Mac text editor with tail or watch files change feature?

Ideally I wanted to use this in TextMate but I didn't find any feature besides the Show Web Preview which is nice for the fact I can set the interval to update the page, but definitely doesn't work ...
1
vote
1answer
364 views

How to preview using execcommand in tinyMCE

I am using TinyMCE jquery plugin in my project. It works fine. I am trying to use exec command to view the preview. It is not working. <a ...
1
vote
1answer
114 views

TinyMCE: Enable Individual Buttons

Can I add individual buttons? I would like to give the user control, but not too much control so I need to enable some buttons but disable others. Can this be done?
1
vote
1answer
178 views

How to track the changes of a dnn texteditor in a web form during submitting the page?

I am trying to create a java script function to keep track of the changes made in a web form while submitting the page. For normal .net textbox or textarea I can compare the value with default value. ...
1
vote
3answers
138 views

Looking for inline html editor

I'm looking for a simple javascript html editor that support: using div(contenteditable) insteal of using iframe auto resize content height when typing. support some functions: bold, italic, ...
1
vote
1answer
187 views

Can i execute custom commands in a rich text editor (iframe with design mode on)?

See this. Is it possible to create custom commands (and how) for the function execCommands? I need custom commands for custom markup.
1
vote
3answers
2k views

How would you implement auto-capitalization in JavaScript/HTML

I need to implement auto-capitalization inside of a Telerik RadEditor control on an ASPX page as a user types. This can be an IE specific solution (IE6+). I currently capture every keystroke ...
0
votes
0answers
36 views

what is the recommended JavaScript Editor/Debugger under Windows [closed]

Which editor you are using for JavaScript, may it support JQuery code assist.
0
votes
0answers
42 views

How to make “design mode” for html text editor?

I'm trying to make a simple text editor. I already have some basic buttons like: Bold, Italic, Underline,... and click on them to insert BBCode into the textarea. Now I want to make "design mode" ...
0
votes
0answers
65 views

Nicedit Pasting Formatting In Chrome

I've just finished implementing Nicedit into my website, and I've noticed something particularly annoying with the editor (surprise!). Whenever I copy text from a webpage and paste it into Nicedit, ...
0
votes
2answers
61 views

Getting My JavaScript Text Editor To Submit

So what I'm trying to do seems extremely basic, however, I have been grinding away at a solution to this for over 6 hours and I simply can't think of anything else. Here's the issue: I'm implementing ...
0
votes
1answer
59 views

jquery text editor

I want to make a jquery text editor and i did some googling and got a bit of a things work the basic functionality is that when a user highlights text in the textarea it will add [b] in the front and ...
0
votes
2answers
62 views

Adding Un-editable text to the end of each line of a contentEditable div

I have a contenteditable div, but I want to add a few characters of uneditable, unselectable text to the end of each line. I have mocked up an example bellow, which adds a note of whether all the ...
0
votes
1answer
81 views

How to upload and edit text files

I am developing a Django web application now, and my client was posted a new requirement for me, but I have not idea about how to do it. The requirement from my client it's to enables the users to ...
0
votes
1answer
125 views

Canvas-based editor - How?

I've been trying to develop a text-editor (as a personal project) using HTML5 canvas, but I've encountered problems with implementing copy / paste / backspace functionality. I've studied the source ...
0
votes
1answer
53 views

What's causing parse error in JavaScript when source code is cut and pasted?

I cut and pasted this SO code snippet from my browser into my editor (TextWrangler). When I loaded the page it gave me a Syntax/Parse error (Safari). After staring at it for about 10 minutes, I ...
0
votes
1answer
67 views

How to cause live text wrap while image/element is being dragged, in javascript?

I want to make a text editor which incorporates this sort of effect (see video). However, I have no idea how this would be possible with javascript. http://www.youtube.com/watch?v=mYnj4Mz9g9g Any ...
0
votes
0answers
308 views

Multiple tinymce on one page with Firefox 4

I am using Firefox 4 with multiple instances of tinymce. Only the last instance seems to display the status bar correctly. For everything except the last then the status bar is covered by the body ...
0
votes
2answers
88 views

How can I easily edit code embedded in an xml element

I have xml records with javascript code embedded in an element. Like: <?xml version="1.0" encoding="UTF-8"?> <xml> <script> ...
0
votes
1answer
118 views

jwysiwyg jquery plugin

does someone knows how to make jwysiwyg editor in fullscreen mode? thanks
0
votes
0answers
114 views

Edit text from another document - php code

I would like a code that allows me to edit text from another document. For example ( this is example.php) <input type="text" value="hello" /> <br> <input type="text" value="" /> - ...
0
votes
1answer
623 views

(Jquery-Rich Text Editor) How can be fixed bug in rich text editor - when press enter in firefox created 'br' tag but in IE created 'p' tag?

I working on website that use cleditor (Jquery-Rich Text Editor). The editor have bug - when press enter after letter in firefox created 'br' tag but in IE created 'p' tag. Bug reproduction: You ...
0
votes
3answers
53 views

Is it possible to modify a html file, from which the script is called, using JS?

I'm developing the following for local use: I've got a HTML page, with some content. Is it possible to edit the content of this HTML through the browser, and save the changes on-the-fly to this same ...
0
votes
2answers
80 views

creating simple editor

i am on the search for ways and pointers to create a simple text editor(cant call it exactly a text editor).the functions of it are described as below... a simple text area where user types ...
0
votes
1answer
356 views

Embedding YouTube videos/playlists to WSIWYG Editor

Coding in ASP.NET/C#/jQuery/Javascript Third Party Editor used: Innova Studio WSIWYG Editor I am embedding youtube videos in the WSIWYG editor with the help of YouTube Embedded Player Parameters My ...
0
votes
1answer
762 views

INSERT / INCLUDE Text file content inside HTML page

I've got kinda MLM site to make, Like be a member buy purchasing any product of company and create other members under you, in your downline and for that you get commission in product they buy. This ...
0
votes
2answers
327 views

Arabic text Editor for website like WYSIWYG editor

Is there any open source text editor like ckeditor that we can embed into our website for arabic input?
0
votes
1answer
218 views

Breaking out of first element in IHTMLTxtRange

I'm trying to do a rich text editor for a web application, and I need to be able to mark some elements in the text as uneditable by the user. The reason for this is they're placeholders for dynamic ...
0
votes
1answer
93 views

CreateLink doesnt work in IE7/IE8 when overlapping text is selected

Please refer to this link for a rich text editor It works great in Mozilla. The problem comes in IE. This is the use case. 1) Add Some text 2) Add a link to some portion of the entered text. 3) Now ...
0
votes
7answers
269 views

text editor that works direct on a server? (aptana?)

Are there any good free text editors i can use directly on the server if i give it my ftp details? failing that one with a good save-to-ftp shortcut (ie ctrl-shift-s) I work with mainly php and ...
0
votes
2answers
324 views

Normalize whitespace and other plain-text formatting routines

Background: The language is JavaScript. The goal is to find a library or pre-existing code to do low-level plain-text formatting. I can write it myself, but why re-invent the wheel. The issue is: ...
-1
votes
4answers
99 views

Free HTML Editors [closed]

Alright, so I've looked around the web and haven't been able to find what I'm looking for (or maybe I'm just bad at searching). So before I fire up VB.net, I thought I'd ask here. I'm looking for a ...