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

Enable user to write shorthand in tabular markup #1

Open
MatthewIreland opened this issue Aug 15, 2019 · 0 comments
Open

Enable user to write shorthand in tabular markup #1

MatthewIreland opened this issue Aug 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@MatthewIreland
Copy link
Collaborator

MatthewIreland commented Aug 15, 2019

"Repeat" shorthand should be unpacked, to save user time when entering annotations in tabular format.

Example

1,-1,Scherzo,A,Theme a,X
5,-1,,,,X
Repeat: 1-8,,,,,

Should become

1,-1,Scherzo,A,Theme a,X
2,
3,
4,
5,-1,,,,X
6,
7,
8,
1a,-1,Scherzo,A,Theme a,X
2a,
3a,
4a,
5a,-1,,,,X
6a,
7a,
8a,

Also "range equality":

33-36=1-4,-1,,A,Theme a,X
37,-1,,,,X
41,-1,,X,,

Becomes

33,-1,,A,Theme a,X
34,
35,
36,
37,-1,,,,X
38,
39,
40,
41,-1,,X,,

@MatthewIreland MatthewIreland added the enhancement New feature or request label Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant