google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support for tinymce-gallery-connection #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, great library.
In fact I like it so much that I decided to write a TinyMCE plugin for it.
I ended up writing a very generic plugin that can have any gallery software
as a backend.

It's designed to be very minimalistic and simple for the end user to use,
but via the settings you can let the images automatically link to a bigger
version of the picture and put a rel and class attributes so it plays along
nicely with all the lightbox plugins.

I have already written the necessary bindings for it to work with
photologue, so i'm wondering if we could integrate it into your code?
Currently that means adding 4 url definitions and 4 views to go along with
them.

You can take a look at some screenshots at the project homepage:
http://code.google.com/p/tinymce-gallery-connection/ I just made the
project page today so I haven't uploaded the code or detailed info yet.

You can also feel free to email me if you want to discuss this. My email
starts with hr.bjarni and ends with gmail.com

Thanks,
Bjarni

Original issue reported on code.google.com by hr.bja...@gmail.com on 29 Apr 2009 at 4:28