Title: Markdown Footnote mode Request.
Last modified: August 22, 2016

---

# Markdown Footnote mode Request.

 *  [dinobib](https://wordpress.org/support/users/dinobib/)
 * (@dinobib)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/markdown-footnote-mode-request/)
 * Hi,
 * Your plugin seems really fine but for a markdown users it is useless as it need
   a shortcode and don’t use the Markdown generated footnotes.
 * Most Markdown users will be happy to have a mode that can add the qtip to footnotes
   created by the markdown parser so we won’t have to replace Markdown Extra footnotes
   with a wordpress specific shortcode.
 * Since it won’t use the shortcode, i think it would need to parse the content 
   after the markdown processing, find the footnote call which is like this
 *     ```
       <sup id="fnref-something"><a href="#fn-something" rel="footnote">1</a></sup>
       ```
   
 * then find the href #fn-something
 *     ```
       <li id="fn-something">text of the footnote
       <a href="#fnref-something" rev="footnote">↩</a>
       </li>
       ```
   
 * and inject the text of the footnote in a qtip attached to the footnote call.
 * The markdown syntax for footnotes are
 *     ```
       Here is some text containing a footnote.[^somesamplefootnote]
   
       [^somesamplefootnote]: Here is the text of the footnote itself.
       ```
   
 * which will be resolve in Html as shown with a unique id created for each footnotes.
 * I don’t know if I explain well and how easy or not it is to done but it will 
   be helpful to let people choose the mode of the plugin, either the classic mode
   for classic wordpress content or a markdown mode which don’t rely on the shortcode
   but just add the qtip to footnotes generated by the markdown parser.
 * If I really want to use the plugin, I will need to change all my markdown footnotes
   to use the shortcode instead, and my markdown won’t be usable other than in wordpress
   with the plugin unlike markdown footnotes which works in many markdown contexts.
 * I hope my explanation are clear and that it could be implemented in this plugin.
   
   Best regards
 * [https://wordpress.org/plugins/easy-footnotes/](https://wordpress.org/plugins/easy-footnotes/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/markdown-footnote-mode-request/#post-5757174)
 * Thanks for the input. I’ll definitely look into implementing Easy Footnotes with
   markdown. I’m not too familiar with integrating markdown with a plugin so it 
   probably won’t be something that’s in the next release, but I do want to make
   Easy Footnotes easy to use with any setup, so I’ll check it out.
 *  Thread Starter [dinobib](https://wordpress.org/support/users/dinobib/)
 * (@dinobib)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/markdown-footnote-mode-request/#post-5757302)
 * I haven’t used it yet but I think I found something for my need with [jQuery Inline Footnotes ](http://vesavanska.com/jquery-inline-footnotes/).
   I think it could be useful to look at it to provide a Markdown mode with Easy
   Footnotes.
    It works on the html generated from markdown footnotes without the
   need to use a shortcode. The best would be to use the same logic to find the 
   footnotes but to pass them to jqtip as it provided much more control on the tooltip.
 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/markdown-footnote-mode-request/#post-5757314)
 * Thanks for the info. I’ll check into that.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Markdown Footnote mode Request.’ is closed to new replies.

 * ![](https://ps.w.org/easy-footnotes/assets/icon-256x256.png?rev=2355746)
 * [Easy Footnotes](https://wordpress.org/plugins/easy-footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-footnotes/reviews/)

## Tags

 * [footnote](https://wordpress.org/support/topic-tag/footnote/)
 * [markdown](https://wordpress.org/support/topic-tag/markdown/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/markdown-footnote-mode-request/#post-5757314)
 * Status: not resolved