bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Add Shortcake support #56

Closed GaryJones closed 4 years ago

GaryJones commented 9 years ago

Shortcake is a visual interface for crafting shortcodes. It would be interesting to have that for Gists, and have it show up as a preview in the editor.

bradyvercher commented 9 years ago

I gave Shortcake a quick whirl and it's pretty slick. Adding support looks really easy, but a couple of things that might need to be worked out:

  1. It doesn't appear to work with oEmbed URLs
  2. Support needs to be added for every attribute since it takes over shortcode management
GaryJones commented 9 years ago

I've used Shortcake for a current project, and you're right on both points. However, the list of fields is not too painful.

oEmbed URLs may well have more trouble, sure.

bradyvercher commented 8 years ago

Shortcake seems to have lot momentum. Rather than rely on an extra plugin, we could build support directly into the media manager. I've got a few ideas that might be fun to work on if we get some of the other stuff out of the way first.

bradyvercher commented 4 years ago

Closing in favor of #75.