Editor for any markup language with table generation [closed] - javascript

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
I need some editor tools for any markup language that could provide simple table generation and text editing for my users. Something like stackoverflows markdown editor, but with table generation support. What kind of markup language and editor can I use?

You might be interested in WYSIWYG text editor called CKEditor.
It is api for web, you can embed it into your web application using just html + javascript.
It support most of major browsers, and is hightly customizable.
It generates pure html on the end. And has wide range of tools, especially the one you are looking for: table.
Check out the demo: http://ckeditor.com/demo

I personally like TinyMCE, but I might be biased since it's the default editor for all the projects I do at my day-job :) You can check it out here: http://www.tinymce.com/tryit/full.php but be aware, the one in the demo is set up with overkill many features enabled. It's highly customizable, so you can make it do just what you want, and pretty easily too.

Related

Html -- How to add an editor for an input text field? [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 1 year ago.
Improve this question
I know there has too many JS libraries can do this, such as: Trumbowyg, etc.
But before my rails project renders that slim, must escape javascript!
So, I must make an editor which is made up of pure Html or Ruby. But how to make?
(Note: pure Html and Ruby!)
The most popular is TinyMCE. You can implement it easily and it is pure HTML, for your part at least.
https://www.tiny.cloud/
Does yout need lightweight WYSIWYG editor? If yes, try to choose any lightweight editor from this list
Also I find out related question.

User friendly embeddable HTML/JavaScript hi-res image editor [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've been playing with this rather spiffing online embeddable image editor from Aviary, and it does exactly what I need it to, namely:
embeddable in my site as HTML/JS
reasonably priced
only basic, fun features
completely idiot proof so even the most ham-fisted can thrash their way to something passable; or to put it another way, I don't want/need a traditional image editing interface like Photoshop - the way that Aviary have done it is pretty much spot on for my needs
However, in the documentation, they indicate that this is only suitable for web-resolution images, while I need to allow users to edit hi-res images as they will eventually be sent to a printer.
Does anyone know of anything comparable to this Aviary editor that can work with hi-res images?
Have you tried pixlr? As far as I'm aware, that editor is hi-res-capable.
In answer to my own question, it turns out that if you pay for the Enterprise version of the software, then full resolution is supported.

Need a tiny, light html editor for web [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
As the title says, I am searching a very tiny rich text editor. Every editor I've seen is big and has too many features. All I need is buttons to make text bold, italic, set the font of text, set the style to a paragraph or a heading and to add/edit links. I won't have a big library for that.
I think I will need to change it a bit. I have to integrate an image upload (already existing) as a feature to add and resize images in the content.
Thank's in advance.
Check out:
TinyEditor
TinyEditor is a simple JavaScript WYSIWYG editor that is both
lightweight (8KB) and standalone. It can easily be customized to
integrate with any website through CSS and the multitude of
parameters. It handles most of the basic formatting needs and has some
functionality built in to help keep the rendered markup as clean as
possible.
If you using bootstrap. Consider to use summernote.
Super Simple WYSIWYG Editor on Bootstrap.
http://summernote.org
It depends on what you're looking for. Do you need WYSIWYG? If not, I've had success using markitup:
http://markitup.jaysalvat.com/home/
Did you look at TinyMCE?
If you're using bootstrap try Bootstrap-WYSIWYG
How about bootstrap-editor?
It's simple and beautiful. It extends bootstrap-wysihtml5 with file-uploading feature (by using jQuery-File-Upload).

In-place rich text editor, ideally using jQuery [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"m looking to add rich-text in-place editing to a project (so people can see the results of their editing rendered straight away), and so am on the hunt for a rich-text editor that has an inline mode, or a way to use a rich-text editor for inline edits.
I've come across the neat-looking http://inplacericheditor.box.re/demos, but ideally, it'd be good to find one that's jQuery based, simply so that I can keep to a single JS library.
Cheers!
Have you tried CKEditor or FCKEditor?
I have experience working with jwysiwyg and is pretty good jquery based one. Try it.
Ah, here's exactly what i was looking for: a combination of the jQuery jEditable Plugin and TinyMCE. Am posting it here in case it helps others.

Looking for a Flash/JS-based SVG editor or editing framework [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'm looking for a framework or library to create SVG images. It should run in the browser, so it should be based on Flash or maybe JavaScript. Up to now I found the Flash library by inevo.pt, the SVG editing component of Dojox, and some little JavaScript tools.
Is there anything else, preferrably stable and mature?
Thanks a lot in advance!
-- Andreas
Exporting to svg is a pretty easy step to take.
Draw & Export to svg from FLASH
Example
Have you seen Raphael? http://raphaeljs.com/ This is a JS drawing framework that renders in SVG, Canvas, or VML depending on browser capabilities.
SVG-Edit (demo) is coming along nicely. It's a basic editor which the developers plan to move to a plugin architecture to enable third-party tools. It integrates nicely with the MoinMoin wiki, to allow inline editable diagrams etc.
I think within a year there will be several good open source editors available, using different base JS libraries, now that the ground has been broken by svg-edit
Not really sure why you'd want this. Inkscape is cool but doesn't run in a browser.
I think i have some on http://svg.startpagina.nl
Have you tried Amaya http://www.w3.org/Amaya/

Categories