Trying to add a text editor on my website [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 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/

Related

solution search engine website 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 have website and I need to build fast search engine for it. I have to search text in database or files (word, pdf) . I want too when I search a text the result the exact word or a text which have close writing, for example, I type "exemple" the result show "example" or "examples" even if this text is in database or in files(word, pdf). My website is in PHP and I don't work with any framework.
Can someone tell me a solution or give me a link tutorial about this.
Thanks
There are a bunch of solutions (e.g. do you want to index your files periodically of do you prefer ad hoc searches?).
Look up XML parsing and PDF parsing.

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.

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.

HTML WYSIWYG editor for php code [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 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!

Categories