stephenharris / WP-MarkDown

WP-MarkDown plug-in. Allows Markdown to be enabled in posts, comments and bbPress forums.
http://wordpress.org/extend/plugins/wp-markdown/
112 stars 19 forks source link

Editor bar broken when using Shortcoder plugin #53

Closed ryanburnette closed 10 years ago

ryanburnette commented 10 years ago

The plugin Shortcoder breaks the WP-Markdown editor. I created a post on the WordPress forum about it then remembered this plugin has a GH. Anyway just curious if it's something that might be patchable in this plugin. I'd be willing to put a bounty on a solution.

You can see in this screenshot that the addition of the Shortcoder menu button eliminates the WP-Markdown bar.

screen shot 2014-06-04 at 10 23 23 pm

Thanks.

stephenharris commented 10 years ago

Seems Shortcoder destroys the toolbar with a call to QTags(). This is effectively a race where the last one wins, so calling replacing the default toolbar with the markdown one later on should work...

stephenharris commented 10 years ago

Fixed (for me at atleast, can you confirm?). No need of a bounty, but donations are always appreciated ;)

ryanburnette commented 10 years ago

I'll check later today.

On Jun 5, 2014, at 6:30 AM, Stephen Harris notifications@github.com wrote:

Fixed (for me at atleast, can you confirm?). No need of a bounty, but donations are always appreciated ;)

— Reply to this email directly or view it on GitHub.

ryanburnette commented 10 years ago

Confirmed. That fixed it. Thanks!

On Thu, Jun 5, 2014 at 8:56 AM, Ryan Burnette ryan.burnette@gmail.com wrote:

I'll check later today.

On Jun 5, 2014, at 6:30 AM, Stephen Harris notifications@github.com wrote:

Fixed (for me at atleast, can you confirm?). No need of a bounty, but donations are always appreciated ;)

— Reply to this email directly or view it on GitHub https://github.com/stephenharris/WP-MarkDown/issues/53#issuecomment-45208244 .