Last active
March 11, 2024 14:43
-
-
Save watershed/f1eb328ac17006b8678146d397d71119 to your computer and use it in GitHub Desktop.
Laura Ritchie note options (lrno)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Within the source code view of a WordPress post body --> | |
<style> | |
/* CSS for the `lrno` namespace to be provided and inserted here */ | |
</style> | |
<!-- Hidden after successful JavaScript outcome --> | |
<div class="lrno-path">/path/to/assets/here</div> | |
<!-- Hidden after successful JavaScript outcome --> | |
<table class="lrno-table"> | |
<caption class="lrno-label">Note options setup</caption> | |
<thead> | |
<tr> | |
<th>Note</th> | |
<th>Milliseconds</th> | |
<th>Image file name</th> | |
<th>Audio file name</th> | |
</tr> | |
</thead> | |
<tbody> | |
<!-- Table rows providing a spec for the note options --> | |
</tbody> | |
</table> | |
<div class="lrno-wrapper"> | |
<!-- JavaScript inserts results here --> | |
</div> | |
<!-- JavaScript to be provided, and then uploaded, and its path amended accordingly (replace the …) --> | |
<script src="/wp-content/uploads/ … /lrno.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.