DukeLivingHistory / RLH-Site-Code

This is the code for the InSite system for publishing Interactive Transcripts. The system was developed at Duke University and Duke's Rutherfurd Living History site (http://livinghistory.sanford.duke.edu/) uses the system. For more details see http://livinghistory.sanford.duke.edu/our-research
MIT License
6 stars 2 forks source link

Button to add labels in Supporting Content .vtt #12

Open KimPatch opened 7 years ago

KimPatch commented 7 years ago

Give the content provider a button to add labels to content in the supporting content .vtt tab. The logic would be if TITLE doesn’t appear as the first word of the first line below the timecode, add TITLE, if DESCRIPTION doesn’t appear as the first word of the next paragraph, add DESCRIPTION, if URL doesn’t appear as the first word of the next paragraph, add URL, then find the next timecode etc. (What we are doing now is using a Word macro to do this. What I’m looking to do is cut out the extra step of putting this in Word and running the macro by adding that ability into the editor.)

KimPatch commented 5 years ago

@ethanbutler I'm documenting the logic we worked out to do this in a simple, practical way, and I've gone a bit further: (this is low priority, but would increase efficiency and ease of use for content creators)

Note that this does not account for every type of supporting content, but accounts for by far the most common types, and is meant to be checked.