documentcloud / wordpress-documentcloud

Embed DocumentCloud documents that won't be eaten by the visual editor
https://wordpress.org/plugins/documentcloud/
GNU General Public License v2.0
9 stars 14 forks source link

Allow document search within post edit screen #12

Open eyeseast opened 10 years ago

eyeseast commented 10 years ago

It would be awesome if I could embed documents in a post without ever having to leave WP. We should be able to do this entirely with javascript. Backbone and Underscore are built into WP now, so we don't need any added dependencies.

I've built something like this before (https://github.com/sunlightlabs/navis-openstates) so it shouldn't be too hard.