Questions tagged [html-editor]

An HTML editor is a software application for creating web pages.

An HTML editor is a software application for creating web pages. Although the HTML markup of a web page can be written with any text editor, specialized HTML editors can offer convenience and added functionality. For example, many HTML editors work not only with HTML, but also with related technologies such as CSS, XML and JavaScript or ECMAScript. In some cases they also manage communication with remote web servers via FTP and WebDAV, and version management systems such as CVS or Subversion.

302 questions
116
votes
19 answers

Any good, visual HTML5 Editor or IDE?

Well it looks like Dreamweaver CS5 will try to smoother the HTML5 thing for a few more years (weeks actually). Seems like the next rung down is right to Notepad! Anyone know a good HTML5 editor with a visual/preview/style leaning? Eclipse with some…
ActionFactory
  • 1,393
  • 2
  • 12
  • 19
30
votes
7 answers

Getting Eclipse to open .html in text-editor by default?

Eclipse Juno keeps opening my HTML files in a embedded web-browser, rather than in an embedded syntax-highlighting editor. I have installed: Web Page Editor Eclipse Web Developer Tools PyDev for Eclipse Specifically see the screenshot of my…
22
votes
8 answers

Simple PHP editor of text files

I have developed a site for a client and he wants to be able to edit a small part of the main page in a backend type of solution. So as a solution, I want to add a very basic editor (domain.com/backend/editor.php) that when you visit it, it will…
Alehandro Darie
  • 271
  • 1
  • 3
  • 7
20
votes
4 answers

HTML Editor for Angular7

I'm looking for an HTML-editor to embed in an Angular7 project. The user of the editor will be creating very simple web pages or making small edits to more complex pages. I originally thought a WYSISYG editor might do the trick but I'm finding out…
Tw1sm
  • 341
  • 1
  • 2
  • 7
18
votes
2 answers

How to create a new project in adobe-brackets?

I've started using adobe-brackets for editing JavaScript, HTML and CSS. Currently I have the "Getting Started" project open in my side bar. I would like to create a new project, but there is no such "New Project" item in the File menu. I tried…
Lorraine Bernard
  • 13,000
  • 23
  • 82
  • 134
17
votes
3 answers

Eclipse html: Doesn't indent on some tags

For some reason, Eclipse seems to think that e.g.
and tags aren't indenting-worthy. Ctrl+Shift+F indents the following HTML as such:
test
test2

test 2

stolsvik
  • 5,253
  • 7
  • 43
  • 52
11
votes
5 answers

UIWebView with contentEditable (html editing), first responder handling?

I'm making an html editor component for an app (using UIWebView with contentEditable in iOS 5.0), and got stuck at how to handle UIWebView first responder status [webView isFirstResponder], [webView becomeFirstResponder] and [webView…
Ismael
  • 3,927
  • 3
  • 15
  • 23
11
votes
2 answers

Insert text at current cursor position on dropdown list changed inside iframe

I am using a text editor provided by Microsoft ajax-toolkit. It renders iframe on browser. I have added a dropdown in that editor and I want that when user changes the drop-down index the value should be added in the editor current cursor…
शेखर
  • 17,412
  • 13
  • 61
  • 117
10
votes
2 answers

In NetBeans, is there a keyboard shortcut for moving between HTML tags?

When editing an HTML file, if the cursor is on an opening tag, the matching tag is highlighted in the editor. I would like to be able to map a key combination like alt+→ (or something) to go to the closing tag. I looked for an existing action like…
Don't Panic
  • 41,125
  • 10
  • 61
  • 80
10
votes
2 answers

How to start TinyMCE 4 in full screen mode?

Is there a way to start TinyMCE 4 in full screen mode? I just upgraded from TinyMCE 3.x, but the way it was done in 3.x does not seem to work in 4.x:
Daniel Hedberg
  • 5,677
  • 4
  • 36
  • 61
9
votes
2 answers

Add tinymce to new textarea dynamically

How can i do this function addTinyText(id, text){ //add textarea to DOM $('').append(text).appendTo('body'); //init tineMCE tinyMCE.init({ theme : "advanced", plugins :…
Luciuz
  • 1,637
  • 5
  • 14
  • 15
8
votes
2 answers

Is there any opensource HTML editor like stackoverflow?

I want to setup my technology blog,and I want to install one good html editor for my blog site, which is suitable for codes. I found that the editor of stackoverflow is pretty good, I want to know is there any open source editor like this?
why
  • 23,923
  • 29
  • 97
  • 142
8
votes
3 answers

ExtJS: add button to htmleditor

I am using ExtJS and I have a htmleditor in my form. I would like to add a custom button to that element (for example after all other buttons like alignments, font weights, ...). This button should basically insert a standard template in the…
Danilo
  • 2,676
  • 7
  • 32
  • 36
7
votes
5 answers

HTML5 Content Editable paragraph after list

I use Google Chrome. I need to have a very tiny HTML editor and I found Simple Edit. Very small editor, just for my needs. However... This and many other editors that are using Content Editable have one common problem. Problem After creating a list…
Jens Törnell
  • 23,180
  • 45
  • 124
  • 206
7
votes
4 answers

JavaFX 2 BorderPane Use Full Space

I´m just facing a little issue that I can´t solve by myself. I try to place a vBox including a TextField and a HTML-Editor in my BorderPane, but the full space is not used. Another problem is that if I shrink the window, the html-editor overlaps…
Googles
  • 257
  • 2
  • 7
  • 11
1
2 3
20 21