Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sorting options for #665 #672

Open
wants to merge 2 commits into
base: st3176
Choose a base branch
from

Conversation

GiovanH
Copy link
Contributor

@GiovanH GiovanH commented Dec 16, 2021

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

plugins/references.py Outdated Show resolved Hide resolved
Preferences.sublime-settings Outdated Show resolved Hide resolved
@deathaxe
Copy link
Member

This PR should also be based on st3176 branch.

@GiovanH GiovanH changed the base branch from master to st3176 January 22, 2022 20:48
deathaxe added a commit that referenced this pull request Jan 23, 2022
Resolves #665

This commit 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Organize references numerically and/or alphabetically?
2 participants