Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Button Bar - change link to Markdown reference?

Hi,

is there a way to change the link to the Markdown reference?

I'm using the ButtonBar plugin and it's all working fine. I would like to change the link to go to the DaringFireball page instead of the Wikipedia page ~ anyone know whether this is possible ad how I could do this?

any help would be great ;)

Tagged:

Comments

  • Options
    peregrineperegrine MVP
    edited July 2012

    you have to modify the plugin or write another plugin to modify the plugin.

    plugins/ButtonBar/js/buttonbar.js line 334.

      .html('You can use <b><a href="http://en.wikipedia.org/wiki/Markdown" target="_new">Markdown</a></b> in your post.')
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Thanks so much, peregrine :)

    I'd looked for it ~ not sure how I could have missed it… thanks for the pointer, all sorted ;)

Sign In or Register to comment.