how to implement custom wysiwyg editor into website [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm building a php, javascript powered website and I want to include a powerful wysiwyg editor which can include images, code etc. If possible I want to implement the same one like stackoverflow. how can I do it??

You have to choose dependes on your requirement, and almost all the editors are having same/common features
personally i like TinyMce
if you want to see more editors see this link

Lucky you there is new lightweight implementation of wysiwyg editor out which uses contenteditable attribute and is compatible with different browser versions https://github.com/guardian/scribe. This solution is more customizable than the others.

Related

WYSIWYG rich text editor without security hazards [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want rich text editing on my website.
I don't want to get involved with whitelists to deal with the security hazards posed by the HTML WYSIWYG editors (unless there is a really easy packaged way to do this)
Markdown is fine, but two panes - one for input
and one for preview - like SO is not going to work. It's too 10 years ago.
Any suggestions?
I have always liked CKEditor. It's fairly robust and extensible.

jQuery Development with Bootstrap template [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I bought a responsive admin panel template built with bootstrap. I have a question:
What is the best way of using tools to implement jquery calls to a webservice to update stats and the rest of functions on the page. I also used to it in notepad++ but I need more efficient tools for developing javascript and adding it to the .html files of the admin panel.
if you can pay for license then webstrom is best.
I am from java background therefore I use eclipse ide
The tool you use is your own choice. Some people will feel better on notepad++, other better with Sublime Text,...
You have to try them to make your own opinion and choose the one you feel most confortable with.
The code predictor you're talking about is called intellisense.
Take a look at this question. It seems to be quiet similar as your question : https://stackoverflow.com/questions/925219/best-javascript-editor-or-ide-with-intellisense-and-debugging-possibly

Lightweight Tree Implementation for Html [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a lightweight Tree-Implementation for Html(5) and JS that supports at least:
Custom rendering of "nodes"
Drag'n'Drop of nodes
The idea of being lightweight is that, besides jQuery, there should be no other dependencies for the tree, including but not limited to have no dependencies on jquery-ui at all.
I wasn't able to find any else than either jquery-ui based or commercial or huge codebase or without the given requirements.
thanks
jsTree plugin is a great and very recommended JS library for implementing trees in HTML pages.
It supports JSON data, drag-n-drop and much more related features...
Take a look at its demo page: http://www.jstree.com/demo
As for HTML 5 support, take a look at this ticket: Feature-Request: HTML5 attributes for metadata

Simple WYSIWYG BBCode editor for JavaScript? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Any free and simple WYSIWYG BBCode editors for JavaScript?
TinyMCE is a popular javascript WYSIWYG editor, and it supports a BBcode mode. Here's a link to their BBcode example page:
http://tinymce.moxiecode.com/examples/example_09.php
Are you ruling out CKEditor? because its open source and infinitely customizable, they have a customizable toolbar demo which includes a basic editor:
http://ckeditor.com/demo
Is TinyEditor something?
Did you try SCEditor? Sounded good when I used it
Have you seen the ones listed here:-
http://www.webresourcesdepot.com/tag/bbcode/
Under the GPL license though
http://wysiwygbbcode.codeplex.com/
Not curently WYSIWYG
MarkItUp
but cool editors with bbcode plugin

Are there any free Ajax implementation of a HTML editor that can be used in the browser? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
What I'm looking for is something similar to this ASP.net Ajax Control.
However, I need a solution that uses only free technologies (e.g. PHP, Javascript).
I like TinyMCE
Have you checked CKEditor (ex FCKEditor). This is one of the most powerful editors. But it depends what your end users are. If they're developers then consider something similar that SO uses (WMD Editor). Much easier and faster to use. SO guys actually changed it to some degree but the original was used at first.
Basically you don't need it to tie to any server-side technology as long as it's programmable on the client side.
Probably the most popular is the FCKeditor - now renamed CKeditor.

Categories