-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Export html #52
Commits on Mar 6, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 021a906 - Browse repository at this point
Copy the full SHA 021a906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1d9f3 - Browse repository at this point
Copy the full SHA 6f1d9f3View commit details
Commits on Mar 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 07d8e2e - Browse repository at this point
Copy the full SHA 07d8e2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad731b - Browse repository at this point
Copy the full SHA 8ad731bView commit details -
implements format-location and removes default props to print (user m…
…ust specific any/all)
Configuration menu - View commit details
-
Copy full SHA for 90e0eb9 - Browse repository at this point
Copy the full SHA 90e0eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 609f89b - Browse repository at this point
Copy the full SHA 609f89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f17cdf9 - Browse repository at this point
Copy the full SHA f17cdf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53121cc - Browse repository at this point
Copy the full SHA 53121ccView commit details
Commits on Mar 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9a4ceb8 - Browse repository at this point
Copy the full SHA 9a4ceb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd604b - Browse repository at this point
Copy the full SHA 6cd604bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0eaf62 - Browse repository at this point
Copy the full SHA e0eaf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118e897 - Browse repository at this point
Copy the full SHA 118e897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6c636 - Browse repository at this point
Copy the full SHA 7c6c636View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c511f - Browse repository at this point
Copy the full SHA b2c511fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96819a7 - Browse repository at this point
Copy the full SHA 96819a7View commit details
Commits on Mar 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9db4a68 - Browse repository at this point
Copy the full SHA 9db4a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9384bf7 - Browse repository at this point
Copy the full SHA 9384bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc73d39 - Browse repository at this point
Copy the full SHA dc73d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 169cbc3 - Browse repository at this point
Copy the full SHA 169cbc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd8df2 - Browse repository at this point
Copy the full SHA dfd8df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fb277 - Browse repository at this point
Copy the full SHA 83fb277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d48a1f - Browse repository at this point
Copy the full SHA 6d48a1fView commit details
Commits on Mar 13, 2017
-
adds a few more conenience fns for cleanliness; implements option to …
…specific most div types - TO BE extended probably
Configuration menu - View commit details
-
Copy full SHA for 871d6e7 - Browse repository at this point
Copy the full SHA 871d6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e56f927 - Browse repository at this point
Copy the full SHA e56f927View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10444ed - Browse repository at this point
Copy the full SHA 10444edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7db871 - Browse repository at this point
Copy the full SHA b7db871View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 35a7c7d - Browse repository at this point
Copy the full SHA 35a7c7dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 590327f - Browse repository at this point
Copy the full SHA 590327fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bba6e - Browse repository at this point
Copy the full SHA 39bba6eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ea1cb51 - Browse repository at this point
Copy the full SHA ea1cb51View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9677c5f - Browse repository at this point
Copy the full SHA 9677c5fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for eec17f2 - Browse repository at this point
Copy the full SHA eec17f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 654b7cd - Browse repository at this point
Copy the full SHA 654b7cdView commit details
Commits on Mar 15, 2017
-
1
Configuration menu - View commit details
-
Copy full SHA for c9b4745 - Browse repository at this point
Copy the full SHA c9b4745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f4464 - Browse repository at this point
Copy the full SHA 98f4464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6558709 - Browse repository at this point
Copy the full SHA 6558709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8371f0b - Browse repository at this point
Copy the full SHA 8371f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6deec - Browse repository at this point
Copy the full SHA 7f6deecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a71c56b - Browse repository at this point
Copy the full SHA a71c56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c17aa8 - Browse repository at this point
Copy the full SHA 2c17aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b28f0d - Browse repository at this point
Copy the full SHA 5b28f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38448b1 - Browse repository at this point
Copy the full SHA 38448b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8ae30 - Browse repository at this point
Copy the full SHA da8ae30View commit details
Commits on Apr 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 141fa37 - Browse repository at this point
Copy the full SHA 141fa37View commit details
Commits on Jul 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 05d5058 - Browse repository at this point
Copy the full SHA 05d5058View commit details