Hi all,
I've recently made a tinyMCE plugin to customise the link dialog to add a 'select from medialibrary' button. It involved some interesting gymnastics with the internals of tinyMCE and django admin, and it struck me that it may be useful to others. Is this something people are interested in?
I've actually been involved with developing a couple of other Fein/tinyMCE plugins - but I'm not sure what the best way of packaging these up is - for example the tinyMCE files need to be in the right place in the directory structure. We don't store our tinyMCE in the 'default' location as it's under MEDIA_URL which doesn't seem to make sense to me.
Thoughts?
Marc