QuickSort Markdown
Sorts markdown headings and their nested content alphabetically by heading name, helping users organize notes quickly and reliably.
Usage
Sort a markdown file in place:
python quicksort_markdown.py notes.md -o sorted_notes.mdSort markdown from stdin:
cat notes.md | python quicksort_markdown.py | tee sorted.mdPrice
$2.50