GithubHelp home page GithubHelp logo

cmatmsu / sort-markdown-footnotes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from derdennis/sort-markdown-footnotes

0.0 0.0 0.0 312 KB

Sorting Markdown footnote markers into their order of appearance in the text.

Python 100.00%

sort-markdown-footnotes's Introduction

Sort Markdown Footnotes

This is a Python script to sort Markdown footnote markers like [^fn1] into their order of appearance in the text.

It reads a Markdown file via standard input and tidies the containing Multimarkdown footnotes. The footnote texts will also be numbered in the order they appear in the text and placed at the bottom of the file.

The needed Markdown footnotes syntax can be easily created by using Vim and my fork of the vim-markdownfootnotes plugin.

Function

Basically, it looks a lot like this:

Screenshot

Markdown does not care a bit about the order in which the footnotes appear in the text. Both texts above render to the exact same HTML. But it is just much nicer looking, isn't it?

Commandline usage

Just place the script somewhere in your path , ~/bin comes to mind, and use it in a standard Unix pipe way:

cat ugly-text.markdown | sort_footnotes > beautiful-text.markdown

Usage with Vim

I defined the following mapping in my .vimrc:

" Sort footnotes into order of appearance
nnoremap <leader>fs mm :%! ~/bin/sort_footnotes<CR> `m :delmarks m<CR>

And now just call <Leader>fs whenever I feel my footnotes should get sorted.

Credits

The whole script is based on the post Tidying Markdown reference links by Dr. Drang.

Sample text produced by the awesome Samuel L. Ipsum.

Caveats

Do not place footnote reference links at the start of a line, bad things will happen, your footnotes will be eaten by a grue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.