Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TinyMCE image upload & insert without a gallery

I've been searching for a plugin of TinyMCE that allows to upload and insert an image in the text, the problem I've found with many plugins is allowing to see and select from a gallery of images of the server, that's a functionality I don't need or want, just allow the user to select an image from his computer, upload and insert it.

There is a plugin that acomplishes only this?

Thanks

like image 400
Fungsten Avatar asked Apr 29 '10 22:04

Fungsten


People also ask

How do I upload images to TinyMCE?

Click the 'Insert/Edit Image' button, then click the 'Upload' tab. Alternatively, drag and drop an image here. All image uploading options are supported, including images_upload_handler (a way to define custom file uploader) and images_upload_credentials .

Is TinyMCE free for commercial use?

Is TinyMCE free? Yes. The TinyMCE core editor is free to use for commercial and noncommercial purposes.

How do you use TinyMCE in Django Unchained?

If you need to use a different way to install django-tinymce you can place the tinymce module on your Python path. You can put it into your Django project directory or run python setup.py install from a shell. Add tinymce to INSTALLED_APPS in settings.py for your project: INSTALLED_APPS = ( ... 'tinymce', ... )

What is TinyMCE plugin?

TinyMCE is an incredibly powerful, flexible and customizable rich text editor. This section will help you configure and extend your editor instance. Contribute to this page.


1 Answers

jbimages is what you might looking for. Easy to integrate and to configure. Just pups up the file uploader and places the image wherever you have your cursor in a post. Just do not forget to set after installations the config files to 600 or 400. You can find how-to http://pastebin.com/

like image 197
doris Avatar answered Oct 14 '22 11:10

doris