jamessimone / gatsby-remark-footnotes

Customize your Gatsby Remark markup footnotes
MIT License
4 stars 0 forks source link

Change footnotes rendering from Markdown #4

Open markvital opened 4 years ago

markvital commented 4 years ago

moved from Gatsby #13092

One thing would be great to have is to be able to change position where generated footnotes appear. Right now it can only appear at the bottom of the article and this could be very annoying if you have complex footnotes structure like wikipedia. Let me give you an example:

My footnote section has two sub-sections, like in Wikipedia, linked footnotes and further reading. I want Further Reader to appear below Footnotes. Right now this is not possible. Here is a screenshot which illustrates what I am talking about:

Screen Shot 2019-09-09 at 6 40 18 PM

My markdown looks like this now:

## Sources

### Further Reading
1. Potter, Kristin, et al. ["Methods for presenting statistical information: The box plot."]((http://www.sci.utah.edu/~kpotter/publications/potter-2006-MPSI.pdf)) Visualization of large and unstructured data sets 4 (2006): 97-106, p.100.

### References
[^wickham]: Wickham, Hadley, and Lisa Stryjewski. ["40 years of boxplots."](http://vita.had.co.nz/papers/boxplots.pdf) *Am. Statistician* (2011). [PDF](http://vita.had.co.nz/papers/boxplots.pdf)
[^kampstra]: Kampstra, Peter. ["Beanplot: A boxplot alternative for visual comparison of distributions."](http://dare.ubvu.vu.nl/bitstream/handle/1871/39954/221014.pdf) (2008) p.4. [PDF](http://dare.ubvu.vu.nl/bitstream/handle/1871/39954/221014.pdf)
[^esty]: Esty, Warren W., and Jeffery D. Banfield. ["The box-percentile plot."](http://dx.doi.org/10.18637/jss.v008.i17) *Journal of Statistical Software* 8.17 (2003): 1-14.
[^mcgill]: McGill, Robert, John W. Tukey, and Wayne A. Larsen. ["Variations of box plots."](https://www.tandfonline.com/doi/abs/10.1080/00031305.1978.10479236) *The American Statistician* 32.1 (1978): 12-16.
[^hofmann]: Hofmann, Heike, Hadley Wickham, and Karen Kafadar. ["Value plots: Boxplots for large data."](https://vita.had.co.nz/papers/letter-value-plot.pdf) *Journal of Computational and Graphical Statistics* 26.3 (2017): 469-477.
[^tukey]: Cleveland, William S. *The Collected Works of John W. Tukey: Graphics 1965-1985.* Vol. 5. CRC Press, 1988, p.69. (https://books.google.com/books?id=z_F5Tyt66c0C)
[^hyndman]: Hyndman, Rob J. "Computing and graphing highest density regions." *The American Statistician* 50.2 (1996): 120-126.

I can not change "Further Reading" and "References, otherwise it will look broken

jamessimone commented 4 years ago

@markvital thanks for moving this over! I hope to gain some traction on this issue by end of month.

markvital commented 4 years ago

NP, Looking forward to it.