Click here to Skip to main content
15,887,875 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch23-Dec-20 10:12
mvahoney the codewitch23-Dec-20 10:12 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
AndyChisholm23-Dec-20 3:48
AndyChisholm23-Dec-20 3:48 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Marc Clifton22-Dec-20 0:39
mvaMarc Clifton22-Dec-20 0:39 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 0:41
mvahoney the codewitch22-Dec-20 0:41 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Marc Clifton22-Dec-20 0:43
mvaMarc Clifton22-Dec-20 0:43 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 0:45
mvahoney the codewitch22-Dec-20 0:45 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Marc Clifton22-Dec-20 0:49
mvaMarc Clifton22-Dec-20 0:49 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic - Local saving from browser-based HTML/JS editor using PHP Pin
Helena Munzarova23-Dec-20 23:11
Helena Munzarova23-Dec-20 23:11 
For local saving from an existing browser-based HTML/JS editor, I would recommend having locally running PHP.

With XAMPP you can have PHP without real installation, you just
- put XAMPP to some local folder
- set the root "web" folder (PHP can handle files only in this root folder and its subfolders)
- add XAMPP Control Panel executable to your operating system startup (or at least start it always before editing HTML)
- put a short local PHP script file e.g. MySaveFile.php to this root folder, which would validate the path and save the HTML to the file. It could also keep one or more backup copies of the file.

Then you would just add some controls into your editor:
- a Save button,
- an input text for the file path+name to the form (or call a simple JS function, which would create and submit the form)
- a small IFrame for sending the save request and getting the response (whether it was saved succesfully). The form action then would be "http://localhost:8080/MySaveFile.php" or something like that.

Using PHP could also offer the possibility to browse the folders and subfolders in the web root directory.

If someone is interested, I can prepare both the form for saving and the PHP script.

I tried several HTML editors and I was not able to choose any of them. They wrap lines where I don't want them to be wrapped, replace   with a space, don't offer all the formatting properties I use,... And I already lost hope I could find some suitable programmer's WYSIWYG editor.

I suppose it's time to try Marc's editor.
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
#realJSOP22-Dec-20 0:50
mve#realJSOP22-Dec-20 0:50 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 1:07
mvahoney the codewitch22-Dec-20 1:07 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
#realJSOP22-Dec-20 1:34
mve#realJSOP22-Dec-20 1:34 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 1:36
mvahoney the codewitch22-Dec-20 1:36 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Mike Hankey22-Dec-20 2:18
mveMike Hankey22-Dec-20 2:18 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
W Balboos, GHB22-Dec-20 1:44
W Balboos, GHB22-Dec-20 1:44 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 1:50
mvahoney the codewitch22-Dec-20 1:50 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
W Balboos, GHB22-Dec-20 2:06
W Balboos, GHB22-Dec-20 2:06 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
MikeD 223-Dec-20 0:38
MikeD 223-Dec-20 0:38 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
W Balboos, GHB23-Dec-20 2:45
W Balboos, GHB23-Dec-20 2:45 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
megaadam22-Dec-20 2:15
professionalmegaadam22-Dec-20 2:15 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 2:48
mvahoney the codewitch22-Dec-20 2:48 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
DerekT-P22-Dec-20 2:16
professionalDerekT-P22-Dec-20 2:16 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
honey the codewitch22-Dec-20 2:45
mvahoney the codewitch22-Dec-20 2:45 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Rob Bachrach23-Dec-20 3:12
Rob Bachrach23-Dec-20 3:12 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Jim Hanks (Garner, NC)23-Dec-20 5:00
Jim Hanks (Garner, NC)23-Dec-20 5:00 
GeneralRe: I'm looking for a half decent HTML5 editor, non-dynamic Pin
Bogatitus23-Dec-20 5:44
Bogatitus23-Dec-20 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.