HTML WYSIWYG editor for php code [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
i looking javascript editor for php code, include tab support and php code highlight

This does not have WYSIWYG but is strictly a code editing plugin for jQuery which supports a number of different languages. Highly recommended.
MarkItUp
I apologize for posting the wrong link! Forgot the plugin name.

http://wmd-editor.com/ is the editor used by stackoverflow :) Er, you mean an PHP editor, take a look at mozilla bespin: https://bespin.mozilla.com/ And take a closer look at
PHPanywhere.
It is a Real-time syntax code editor!

Related

Trying to add a text editor on my website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
currently i am working on a site for question answer site.
it is like this stackoverflow.anyone help me to add text editor on my site
any plugin for text-edtor
the data entered in text editor stored into database.
i am using PHP
Check out this link. Its the 2nd search result on google when searched "text editor api for websites"
This is just what you want.
I prefer QuillJS.
Here are some of its examples.
i think ckeditor is best, Please check following link.
http://ckeditor.com/demo
You can use code mirror, an open source text editor for web.
link : https://codemirror.net/

interactive code editor for a website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
i want to create an interactive code editor for my website,that people visit and try different language code and the online code editor interact with the person if he did something wrong and i was searching using Google to get some answers but didn't find any or i am unable to ask correct question! (so sorry for that and also for my English or something else),so i am here for the question which i need answer.
I need a script which can perform all the function/which i can implement in my website. OR
if you know the name of the scripts tell me i will buy it to implement it on my website. OR
you can give me a rough idea how i can create interactive code editor and the rest i will do.
Thank you for help and is my question in appropriate to ask?? than reply me in comment.
What language would you do to test their code online? php?
For syntax coloring online via a textarea you can use http://codemirror.net/
Basically you want to do this => http://www.compileonline.com/?

RTF to Plain Text [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm trying to find a 'free' RTF to plain text converter for PHP. Does anyone know of a good one? All of the ones Google found don't work.
Have you tried this link? Found it on Google.
I have tried it using a RTF file made by OpenOffice, and it works. It can extract the texts from RTF file, but some special characters are wrongly encoded. Or, am I missing? What did you mean of "plain text"?
I tried several solutions for similar issue, the only one I found wich was working in my case is this one : https://github.com/silvermine/php-rtflex
Hope this helps.

Forum using Php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to design a Forum using Php but the problem I am facing is that I dont know how can I put a Post creator in it. As far as I know something like wysiwyg editor is used for it but how can I get it.
By Post creator I mean some thing like here on stackoverflow we are given an editor by which we post our questions. That is the same thing I need.
Thanks
There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :
TinyMCE
CKEditor
In each case, I suggest you read their documentation, to see how they can be integrated into your website ;-)
Generally speaking, getting the data entered by the user will not be harder than reading an element of the $_POST array.
What you're looking for is called an RTE or Rich Text Editor. There are many around.
See here
You can also view the answer from here for something similar to what stackoverflow uses.

rich text editor for textarea [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
can some of you guys suggest me some free rich text editor for textarea? I like the one that stackoverflow uses.
TinyMCE is what I've used successfully before. It's configurable to show as much or as little of the editor as you want.
I like the one that stackoverflow
uses.
The one used by StackOverflow is:
WMD Editor
Also have a look at this blog post at StackOverflow:
Reverse Engineering the WMD Editor
I think you can choose from these two, the bests I have ever seen:
CKeditor
TinyMCE
Try out Sir Trevor too. It's light, extensible and supports markdown.

Categories