omeka / plugin-Contribution

Makes an Omeka site into one that accepts public contributions. The plugin provides a form to collect stories, images, or other files from the public and manages those contributions in your Omeka archive as items. This contribution is useful when creating digital memory banks
http://omeka.org/codex/Plugins/Contribution
8 stars 15 forks source link

Add TinyMCE to Contribution textarea #2

Open zerocrates opened 13 years ago

zerocrates commented 13 years ago

Imported from Trac ticket #154 reported by jboggs on 2011-02-11:

Add the TinyMCE editor to the textarea of the public contribution form, with a limited set of allowed tags and attributes. Could also be optionally turned on/off from the plugin's configuration panel.

zerocrates commented 13 years ago

Comment by jflatnes on 2011-02-11:

This touches a more general problem: our general TinyMCE code and other Omeka JS globals are all in the admin-side globals.php.

We should probably segregate some subset of those that are truly global into an application/views/scripts/javascripts/globals.js, and move the admin-side-specific stuff elsewhere.