MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

Drupal module #91

Closed jjroelofs closed 9 years ago

jjroelofs commented 10 years ago

Hi, I ported your plugin to the Drupal shortcode API and I just thought I'd say thanks for your plugin. Here is the Drupal port:

https://www.drupal.org/project/bs_shortcodes

Also, I added a bunch of code to provide a form wizard for each shortcode, which integrated with any WYSIWYG editor in Drupal. Maybe it's useful for your plugin somehow: http://cgit.drupalcode.org/bs_shortcodes/tree/includes/bootstrap-shortcodes-attributes.inc

The above code is generated from your README.md file, you can adapt the generator script to fit any other WYSIWYG API: http://cgit.drupalcode.org/bs_shortcodes/tree/scripts/migrate-attributes-github2drupal.html