brandonhimpfen/Markdown Table Sorter

Automatically sorts Markdown tables alphabetically or by a selected column.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesGlob pattern for Markdown files to scan.no**/*.md
columnColumn to sort by. Use a 1-based column number or an exact header name.no1
orderSort order. Supported values are asc and desc.noasc
modeSort mode. Supported values are column and alphabetic. Alphabetic sorts by the full row text.nocolumn
case-sensitiveWhether sorting should be case-sensitive.nofalse
checkIf true, fail when files contain unsorted tables instead of modifying them.nofalse
min-rowsMinimum number of body rows required before a table is sorted.no2
namedescription
changed-filesNumber of files changed or that would need changes in check mode.
changed-tablesNumber of tables changed or that would need changes in check mode.