SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.19k stars 649 forks source link

Implement sorting options for #665 #672

Open GiovanH opened 2 years ago

GiovanH commented 2 years ago

Adds options for sorting references:

'marker_order': List in order of appearance in document 'alphabetical': Alphabetical based on reference name, sorting numerals lexagraphically 'numeric': Alphabetical based on reference name, sorting numeral chunks numerically

Resolves #665

deathaxe commented 2 years ago

This PR should also be based on st3176 branch.