Automattic / Custom-Javascript-Editor

Custom JavaScript editor for WordPress.com Enterprise
28 stars 12 forks source link

Support for third-party JS libraries #4

Closed danielbachhuber closed 12 years ago

danielbachhuber commented 12 years ago

To increase the toolset you have available to you, it would be nice to support third-party JS libraries.

This issue involves:

joshbetz commented 12 years ago

I vote for jQuery, MooTools, and Prototype. I think it's reasonable to assume that you'd only want one at a time.

mjangda commented 12 years ago

We should probably support most of the ones included with WordPress core: http://codex.wordpress.org/Function_Reference/wp_enqueue_script#Default_scripts_included_with_WordPress

joshbetz commented 12 years ago

Good call. And I guess jQuery UI is a good example of a situation where you'd need more than one library.

danielbachhuber commented 12 years ago

This is nicely implemented now