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

HTML export options for types #56

Open
jefferyshivers opened this issue Mar 19, 2017 · 0 comments
Open

HTML export options for types #56

jefferyshivers opened this issue Mar 19, 2017 · 0 comments

Comments

@jefferyshivers
Copy link
Member

jefferyshivers commented Mar 19, 2017

Export separate full annotations list divs for each type (or in groups) with an option like

\setOption scholarly.annotate.export.html.by-group
  #`(
     (((class . "annotations")
       (id . "first-group")) 
                              . critical-remark)
     (((class . "annotations")
       (id . "another-group"))
                              . (musical-issue lilypond-issue))
  )

With CSS, one could put each group in a column. I think that concept was already discussed somewhere, but this is one (perhaps of several?) way to implement that. This way the list(s) could be uniquely sorted (in addition to the preexisting sorting options for reordering).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant