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

Export html #52

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Export html #52

wants to merge 45 commits into from

Commits on Mar 6, 2017

  1. Initial HTML export

    This exports a basic html file, with the option to specify which properties are written. Annotations and their properties are wrapped in div tags with classes specified automatically, leaving ID open for the moment. The point of id for individual annotations will obviously be to link to score items once that is eventually approached. Different annotation lists (as/in bookparts) in a book could also use id's to differentiate themselves from one another.
    jefferyshivers committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    021a906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f1d9f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Configuration menu
    Copy the full SHA
    07d8e2e View commit details
    Browse the repository at this point in the history
  2. html and css example

    jefferyshivers committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    8ad731b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90e0eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    609f89b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f17cdf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53121cc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    9a4ceb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd604b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0eaf62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118e897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c6c636 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2c511f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96819a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    9db4a68 View commit details
    Browse the repository at this point in the history
  2. remove html stuff

    jefferyshivers committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    9384bf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc73d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    169cbc3 View commit details
    Browse the repository at this point in the history
  5. add utf-8 charset to html page

    uliska committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    dfd8df2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83fb277 View commit details
    Browse the repository at this point in the history
  7. Fix indent of commit dfd8df2 (oops)

    uliska committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    6d48a1f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. adds a few more conenience fns for cleanliness; implements option to …

    …specific most div types - TO BE extended probably
    jefferyshivers committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    871d6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56f927 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    10444ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7db871 View commit details
    Browse the repository at this point in the history
  3. Remove "println" helper function

    Based on the previous commit the need for a println function is greatly
    reduced, and also if we're going to add more functionality I'm pretty sure
    that "format" in combination with multline strings will be the better
    (and more functionally oriented) way to do it.
    uliska committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    35a7c7d View commit details
    Browse the repository at this point in the history
  4. Adapt indentation to Frescobaldi style

    I'm not 100% sure if I can impose this but anything other than
    keeping indentation the way Frescobaldi does it seems to be
    a problem on the long run
    uliska committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    590327f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39bba6e View commit details
    Browse the repository at this point in the history
  6. Reduce redundant code in "div-open"

    This approach includes the necessary conditionals in the
    bindings of the parameters themselves, avoiding to have
    to separate but nearly identical structures in the branches of the
    if clause.
    
    Additionally it fixes an issue when both class and id are present
    (where the space was missing in between). Now an arbitrary number of tags can be joined in an opening tag
    uliska committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    ea1cb51 View commit details
    Browse the repository at this point in the history
  7. rename nest-indent to indent

    nest-indent somehow sounds to me like it would actively
    determine the current indentation level and add one to it,
    while actually it simply indents a given string.
    uliska committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    9677c5f View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    eec17f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    654b7cd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. 1 Configuration menu
    Copy the full SHA
    c9b4745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98f4464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6558709 View commit details
    Browse the repository at this point in the history
  4. formats css prettier

    jefferyshivers committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    8371f0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f6deec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a71c56b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c17aa8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b28f0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38448b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da8ae30 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. adds comments

    jefferyshivers committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    141fa37 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    05d5058 View commit details
    Browse the repository at this point in the history